fix cosmetic use of wrong class
This commit is contained in:
Scott Ullrich 2006-01-07 19:20:43 +00:00
parent 271b638fc0
commit 17bb57e64f

View File

@ -94,8 +94,8 @@ if(count($states) > 0) {
$towrite = <<<EOD
<tr valign="top">
<td class="listlr">{$proto}</td>
<td class="listlr">{$info}</td>
<td class="listlr">{$state}</td>
<td class="listr">{$info}</td>
<td class="listr">{$state}</td>
</tr>
EOD;
print $towrite;