mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-03-14 02:27:02 +00:00
Add break, fixes #25
This commit is contained in:
parent
0e2a268b11
commit
771a6f2392
@ -81,6 +81,7 @@ class HTMLPurifier_ChildDef_Table extends HTMLPurifier_ChildDef
|
||||
switch ($collection[$tag_index]->name) {
|
||||
case 'tbody':
|
||||
$tbody_mode = true;
|
||||
break;
|
||||
case 'tr':
|
||||
$content[] = $collection;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user