summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-11 22:19:27 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-11 22:19:27 +0000
commitccb7b0f5d9d4be1b3ab14e582c51b5f97783eb42 (patch)
tree6ba02adbf1de916f8393b8894bdd37c4a0a954b7 /usr/local/www
parent20f7cc3acbdc8fe1b4e812537e19b4c190a764ca (diff)
downloadpfsense-ccb7b0f5d9d4be1b3ab14e582c51b5f97783eb42.zip
pfsense-ccb7b0f5d9d4be1b3ab14e582c51b5f97783eb42.tar.gz
Dont forget to open new table rows with <tr>.
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/diag_dump_states.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/diag_dump_states.php b/usr/local/www/diag_dump_states.php
index 2beda65..a9c92dd 100755
--- a/usr/local/www/diag_dump_states.php
+++ b/usr/local/www/diag_dump_states.php
@@ -69,6 +69,7 @@ foreach($states as $state) {
$state_fixed=str_replace(" ", " ", $state);
$state_fixed=str_replace(" ", " ", $state_fixed);
$state_split = split(" ", $state_fixed);
+ print "<tr>";
if(count($state_split) == 7) {
print "<td>{$state_split[0]}</td>";
print "<td>{$state_split[1]}</td>";
OpenPOWER on IntegriCloud