From 17bb57e64fb893b36fb5ebb5477b0bc50d726335 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 7 Jan 2006 19:20:43 +0000 Subject: [PATCH] MFC 9157 fix cosmetic use of wrong class --- usr/local/www/diag_dump_states.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/local/www/diag_dump_states.php b/usr/local/www/diag_dump_states.php index 46bad9ca1c..429ffd5138 100755 --- a/usr/local/www/diag_dump_states.php +++ b/usr/local/www/diag_dump_states.php @@ -94,8 +94,8 @@ if(count($states) > 0) { $towrite = << {$proto} - {$info} - {$state} + {$info} + {$state} EOD; print $towrite;