From e6ba0e69c45dc69fd2ee34775feeb4274df21c5e Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 15 Aug 2023 19:40:19 +0300 Subject: [PATCH] fix add_options --- files/classes/comment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/classes/comment.py b/files/classes/comment.py index 27cba07a5d..d1e832fb6e 100644 --- a/files/classes/comment.py +++ b/files/classes/comment.py @@ -31,7 +31,7 @@ def normalize_urls_runtime(body, v): def add_options(self, body, v): if 'details>' in body or 'summary>' in body: - return + return body if isinstance(self, Comment): kind = 'comment'