diff --git a/content.py b/content.py index 0bd5bca2c..69c5f0905 100644 --- a/content.py +++ b/content.py @@ -556,7 +556,7 @@ def addHtmlTags(baseDir: str, httpPrefix: str, by matching against known following accounts """ if content.startswith('
'): - return content + return htmlReplaceQuoteMarks(content) maxWordLength = 40 content = content.replace('\r', '') content = content.replace('\n', ' --linebreak-- ')