diff --git a/files/helpers/sanitize.py b/files/helpers/sanitize.py index 7ae204cd3..bbea49b8e 100644 --- a/files/helpers/sanitize.py +++ b/files/helpers/sanitize.py @@ -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']