From f0b9210df7e9f85d127c216276b9fb06d3852bbc Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 5 Jul 2022 12:15:26 +0100 Subject: [PATCH] Indentation --- content.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.py b/content.py index 4429ab1ff..756b94f3b 100644 --- a/content.py +++ b/content.py @@ -1017,7 +1017,7 @@ def _get_simplified_content(content: str) -> str: content_simplified = content_simplified.replace('. ', ' ').strip() if content_simplified.endswith('.'): content_simplified = content_simplified[:len(content_simplified)-1] - return content_simplified + return content_simplified def add_html_tags(base_dir: str, http_prefix: str,