diff --git a/include/class.format.php b/include/class.format.php index 522e58f8e9cd004a7f7e12ea3d85902ea93f97e6..31650f2c6f9a77d5839d061585414d717ac0fb55 100644 --- a/include/class.format.php +++ b/include/class.format.php @@ -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); },