0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-01-18 11:41:52 +00:00

Add note fall through is intentional.

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
This commit is contained in:
Edward Z. Yang 2013-07-18 10:22:45 -07:00
parent 107b3055a1
commit af7107e830

View File

@ -81,6 +81,7 @@ class HTMLPurifier_ChildDef_Table extends HTMLPurifier_ChildDef
switch ($collection[$tag_index]->name) {
case 'tbody':
$tbody_mode = true;
// fall through
case 'tr':
$content[] = $collection;
break;