MDL-55087 lib: Update htmlpurifier to v4.8.0.

This commit is contained in:
Adrian Greeve
2016-10-17 08:43:41 +08:00
parent 6a69cda97d
commit b36b997b7f
32 changed files with 300 additions and 55 deletions
@@ -203,7 +203,7 @@ class HTMLPurifier_ChildDef_Table extends HTMLPurifier_ChildDef
$current_tr_tbody->children[] = $node;
break;
case '#PCDATA':
assert($node->is_whitespace);
//assert($node->is_whitespace);
if ($current_tr_tbody === null) {
$ret[] = $node;
} else {