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:
parent
107b3055a1
commit
af7107e830
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user