diff --git a/library/HTMLPurifier/ChildDef/Table.php b/library/HTMLPurifier/ChildDef/Table.php
index 9a93421a..75af898c 100644
--- a/library/HTMLPurifier/ChildDef/Table.php
+++ b/library/HTMLPurifier/ChildDef/Table.php
@@ -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;