From 6a367b186e017ee9e89e8e91ae5f49ecc183ba87 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 14 Aug 2023 22:09:51 +0300 Subject: [PATCH] do this https://rdrama.net/post/166300/bugfixing-megathread-marseywock/4802144#context --- files/classes/comment.py | 3 +++ 1 file changed, 3 insertions(+) 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: