diff --git a/files/classes/comment.py b/files/classes/comment.py index aa0dee75f..27cba07a5 100644 --- a/files/classes/comment.py +++ b/files/classes/comment.py @@ -30,6 +30,9 @@ def normalize_urls_runtime(body, v): def add_options(self, body, v): + if 'details>' in body or 'summary>' in body: + return + if isinstance(self, Comment): kind = 'comment' else: