html typo

This commit is contained in:
Shish 2010-02-18 14:23:56 +00:00
parent 3ef9f2aae1
commit 4313375e3b

View File

@ -67,7 +67,7 @@ class BlotterTheme extends Themelet {
if($this->is_odd($i)) {$tr_class = "even";} if($this->is_odd($i)) {$tr_class = "even";}
// Add the new table row(s) // Add the new table row(s)
$table_rows .= $table_rows .=
"<tr class='{$tr_class}' "<tr class='{$tr_class}'>
<td>$entry_date</td> <td>$entry_date</td>
<td>$entry_text</td> <td>$entry_text</td>
<td>$important</td> <td>$important</td>