tablelib: Fix typo.

This commit is contained in:
tjhunt
2009-03-10 05:00:16 +00:00
parent 5616580617
commit eba40bfe7a
+1 -1
View File
@@ -924,7 +924,7 @@ class flexible_table {
echo '<tr class="' . implode(' ', $rowclasses) . '">';
// If we have a separator, print it
if ($row === NULL && $colcount) {
if ($row === NULL) {
$colcount = count($this->columns);
echo '<td colspan="'.$colcount.'"><div class="tabledivider"></div></td>';
} else {