From d58e4519d79cea9c9d8e1b1bd64e77124709ad72 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 2 Aug 2020 19:30:35 +0100 Subject: [PATCH] Quotes replacement --- content.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.py b/content.py index 0bd5bca2..69c5f090 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-- ')