allow <small> tag

pull/157/head
Aevann 2023-06-24 11:15:30 +03:00
parent 6a7ae1189d
commit 972970ecea
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ TLDS = ( # Original gTLDs and ccTLDs
allowed_tags = ('b','blockquote','br','code','del','em','h1','h2','h3','h4','h5','h6','hr','i',
'li','ol','p','pre','strong','sub','sup','table','tbody','th','thead','td','tr','ul',
'marquee','a','span','ruby','rp','rt','spoiler','img','lite-youtube','video','audio','g','u')
'marquee','a','span','ruby','rp','rt','spoiler','img','lite-youtube','video','audio','g','u','small')
allowed_styles = ['color', 'background-color', 'font-weight', 'text-align']