mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
MFC 9157
fix cosmetic use of wrong class
This commit is contained in:
parent
271b638fc0
commit
17bb57e64f
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user