From 37e188b0a33277ff04f27036118e7ab82a85eeb4 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 30 Oct 2020 12:12:09 +0000 Subject: [PATCH] Indentation --- content.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content.py b/content.py index ba2fe6a9d..f406ac7af 100644 --- a/content.py +++ b/content.py @@ -69,8 +69,8 @@ def htmlReplaceEmailQuote(content: str) -> str: if '>\u201c' in content: if '\u201d<' in content: if content.count('>\u201c') == content.count('\u201d<'): - content = content.replace('>\u201c', '>
') - content = content.replace('\u201d<', '
<') + content = content.replace('>\u201c', '>
') + content = content.replace('\u201d<', '
<') # replace email style quote if '>> ' not in content: return content