tr tags are closed now, oops
authorDan Fuhry <dan@enanocms.org>
Sat, 31 Jul 2010 01:03:14 -0400
changeset 4 d5b2e522396d
parent 3 6d3aeed690d1
child 5 b9e0209fff68
tr tags are closed now, oops
plugins/CategoryList.php
--- a/plugins/CategoryList.php	Sat May 16 19:57:10 2009 -0400
+++ b/plugins/CategoryList.php	Sat Jul 31 01:03:14 2010 -0400
@@ -135,6 +135,7 @@
       $ticker++;
       $html .= '<td style="width: 33.3%;" class="' . $class . '"></td>';
     }
+    $html .= '</tr>';
     $html .= '</table></div>';
   }
   if ( $do_subs && $do_pages )
@@ -185,6 +186,7 @@
       $ticker++;
       $html .= '<td style="width: 33.3%;" class="' . $class . '"></td>';
     }
+    $html .= '</tr>';
     $html .= '</table></div>';
   }
   return $html;