Project

General

Profile

« Previous | Next » 

Revision 17bb57e6

Added by Scott Ullrich over 19 years ago

MFC 9157
fix cosmetic use of wrong class

View differences:

usr/local/www/diag_dump_states.php
94 94
		$towrite = <<<EOD
95 95
		<tr valign="top">
96 96
		<td class="listlr">{$proto}</td>
97
		<td class="listlr">{$info}</td>
98
		<td class="listlr">{$state}</td>
97
		<td class="listr">{$info}</td>
98
		<td class="listr">{$state}</td>
99 99
		</tr>
100 100
EOD;
101 101
		print $towrite;

Also available in: Unified diff