Fix formatting errors introduced by last commit.

This commit is contained in:
Scott Ullrich 2007-09-17 18:24:04 +00:00
parent 6c40c00764
commit 0675ab803d

View File

@ -105,6 +105,10 @@ if ($mode == 'bss') {
$state_fixed = str_replace(" ", " ", $state);
$state_fixed = str_replace(" ", " ", $state_fixed);
$state_fixed = str_replace(" ", " ", $state_fixed);
$state_fixed = str_replace(" ", " ", $state_fixed);
$state_fixed = str_replace(" ", " ", $state_fixed);
$state_fixed = str_replace(" ", " ", $state_fixed);
$state_fixed = str_replace(" ", " ", $state_fixed);
$state_split = split(" ", $state_fixed);
print "<tr>";
print "<td>{$state_split[0]}</td>";