From 45006fe0439a7ff4af6f434fd561cc26fb85872a Mon Sep 17 00:00:00 2001 From: Ebag333 Date: Sun, 12 Jun 2016 12:30:29 -0700 Subject: [PATCH] reverted back to original --- gui/itemStats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/itemStats.py b/gui/itemStats.py index 21dd9f56d..f93c9a34f 100644 --- a/gui/itemStats.py +++ b/gui/itemStats.py @@ -246,7 +246,7 @@ class ItemDescription ( wx.Panel ): if not item.description: return - desc = item.description.replace("\r", "
") + desc = item.description.replace("\n", "
") # Strip font tags desc = re.sub("<( *)font( *)color( *)=(.*?)>(?P.*?)<( *)/( *)font( *)>", "\g", desc) # Strip URLs