0
0
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:
Marcus Bointon 2013-07-18 14:59:56 +02:00
parent 0e2a268b11
commit 771a6f2392

View File

@ -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;