summaryrefslogtreecommitdiffstats
path: root/usr/local/www/includes/functions.inc.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-03-11 18:15:57 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-03-11 18:15:57 -0400
commit4fab3ba50cdc85d81880d58415643ae97e98e475 (patch)
treeba6282510aa81f6e2e4d58d255e79fb3c02b4d77 /usr/local/www/includes/functions.inc.php
parente0a16925b395a25882c674b3955074d8f6644092 (diff)
downloadpfsense-4fab3ba50cdc85d81880d58415643ae97e98e475.zip
pfsense-4fab3ba50cdc85d81880d58415643ae97e98e475.tar.gz
Correctly set the status field HTML text during ajax process.
Diffstat (limited to 'usr/local/www/includes/functions.inc.php')
-rw-r--r--usr/local/www/includes/functions.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/includes/functions.inc.php b/usr/local/www/includes/functions.inc.php
index 218f732..b4c37a0 100644
--- a/usr/local/www/includes/functions.inc.php
+++ b/usr/local/www/includes/functions.inc.php
@@ -53,7 +53,7 @@ function get_gatewaystats() {
default:
$online = "No data";
}
- $data .= "<tr><td id=\"gateway{$counter}\" bgcolor=\"$bgcolor\" > $online </td>";
+ $data .= "<table><tr><td bgcolor=\"$bgcolor\" > $online </td></td></tr></table>";
}
return $data;
}
OpenPOWER on IntegriCloud