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

Fix oops in HTML cleanup helper decl

parent 68a8075f
No related branches found
No related tags found
No related merge requests found
...@@ -161,7 +161,7 @@ class Format { ...@@ -161,7 +161,7 @@ class Format {
$width); $width);
} }
static function __html_cleanup($el, $attributes) { static function __html_cleanup($el, $attributes=0) {
static $eE = array('area'=>1, 'br'=>1, 'col'=>1, 'embed'=>1, static $eE = array('area'=>1, 'br'=>1, 'col'=>1, 'embed'=>1,
'hr'=>1, 'img'=>1, 'input'=>1, 'isindex'=>1, 'param'=>1); 'hr'=>1, 'img'=>1, 'input'=>1, 'isindex'=>1, 'param'=>1);
// Clean unexpected class values // Clean unexpected class values
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment