diff --git a/content.py b/content.py index b7952ace6..bc3c9af4a 100644 --- a/content.py +++ b/content.py @@ -24,7 +24,7 @@ def dangerousMarkup(content: str) -> bool: contentSections = content.split('<') invalidStrings = ('script', 'canvas', 'style', 'abbr', 'frame', 'iframe', 'html', 'body', - 'hr', 'br') + 'hr') for markup in contentSections: if '>' not in markup: continue