reverted back to original

This commit is contained in:
Ebag333
2016-06-12 12:30:29 -07:00
committed by GitHub
parent 0d25eca6e5
commit 45006fe043

View File

@@ -246,7 +246,7 @@ class ItemDescription ( wx.Panel ):
if not item.description:
return
desc = item.description.replace("\r", "<br>")
desc = item.description.replace("\n", "<br>")
# Strip font tags
desc = re.sub("<( *)font( *)color( *)=(.*?)>(?P<inside>.*?)<( *)/( *)font( *)>", "\g<inside>", desc)
# Strip URLs