Fixed an error with nbsp's; fixed an error that removed families on edit
svn: r19825
This commit is contained in:
@@ -1196,6 +1196,7 @@ class WebAppParser(HTMLParser):
|
||||
|
||||
def parse_styled_text(text):
|
||||
parser = WebAppParser()
|
||||
text = text.replace(" ", " ") # otherwise removes them?
|
||||
parser.feed(text)
|
||||
parser.close()
|
||||
return (parser.text(), parser.tags())
|
||||
|
Reference in New Issue
Block a user