fix add_options

pull/195/head
Aevann 2023-08-15 19:40:19 +03:00
parent 1f709e3907
commit e6ba0e69c4
1 changed files with 1 additions and 1 deletions

View File

@ -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'