wow, people still use <u>

This commit is contained in:
Ted Unangst 2019-05-05 16:42:00 -04:00
parent f722e168ca
commit a65f8d42e3
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ import (
var permittedtags = []string{"div", "h1", "h2", "h3", "h4", "h5", "h6",
"table", "thead", "tbody", "th", "tr", "td",
"p", "br", "pre", "code", "blockquote",
"strong", "em", "b", "i", "s", "sup", "del",
"strong", "em", "b", "i", "s", "u", "sup", "del",
"ol", "ul", "li"}
var permittedattr = []string{"colspan", "rowspan"}
var bannedtags = []string{"script", "style"}