Added thead and tbody to allowed tags on mdrender service

remotes/origin/enhancement/email-actions
Jesús Espino 2014-11-18 12:52:53 +01:00
parent 4432933d7f
commit adb2e24423
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ from .extensions.references import TaigaReferencesExtension
# Bleach configuration
bleach.ALLOWED_TAGS += ["p", "table", "th", "tr", "td", "h1", "h2", "h3",
bleach.ALLOWED_TAGS += ["p", "table", "thead", "tbody", "th", "tr", "td", "h1", "h2", "h3",
"div", "pre", "span", "hr", "dl", "dt", "dd", "sup",
"img", "del", "br", "ins"]