Skip to content
Snippets Groups Projects
Commit 25250140 authored by Jared Hancock's avatar Jared Hancock
Browse files

html: Fix normalization of stuff like <html>

parent de5b4b47
No related branches found
No related tags found
No related merge requests found
......@@ -217,7 +217,6 @@ class Format {
'balance' => 1, //balance and close unclosed tags.
'comment' => 1, //Remove html comments (OUTLOOK LOVE THEM)
'tidy' => -1,
'keep_bad' => 1,
'deny_attribute' => 'id',
'schemes' => 'href: aim, feed, file, ftp, gopher, http, https, irc, mailto, news, nntp, sftp, ssh, telnet; *:file, http, https; src: cid, http, https, data',
'hook_tag' => function($e, $a=0) { return Format::__html_cleanup($e, $a); },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment