Quotes replacement

main
Bob Mottram 2020-08-02 19:30:35 +01:00
parent 853ef7af2e
commit d58e4519d7
1 changed files with 1 additions and 1 deletions

View File

@ -556,7 +556,7 @@ def addHtmlTags(baseDir: str, httpPrefix: str,
by matching against known following accounts
"""
if content.startswith('<p>'):
return content
return htmlReplaceQuoteMarks(content)
maxWordLength = 40
content = content.replace('\r', '')
content = content.replace('\n', ' --linebreak-- ')