mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
hr tags are self closing
This commit is contained in:
parent
54ffd335b7
commit
724e38e673
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ utils::escapeBlacklistedHtml(const QString &rawStr)
|
|||
"blockquote", "/blockquote", "p", "/p", "a", "/a", "ul", "/ul",
|
||||
"ol", "/ol", "sup", "/sup", "sub", "/sub", "li", "/li",
|
||||
"b", "/b", "i", "/i", "u", "/u", "strong", "/strong",
|
||||
"em", "/em", "strike", "/strike", "code", "/code", "hr", "/hr",
|
||||
"em", "/em", "strike", "/strike", "code", "/code", "hr", "hr/",
|
||||
"br", "br/", "div", "/div", "table", "/table", "thead", "/thead",
|
||||
"tbody", "/tbody", "tr", "/tr", "th", "/th", "td", "/td",
|
||||
"caption", "/caption", "pre", "/pre", "span", "/span", "img", "/img",
|
||||
|
|
Loading…
Reference in a new issue