summaryrefslogtreecommitdiffstats
path: root/usr/local/www/includes
diff options
context:
space:
mode:
authorN0YB <Al_Stu@Frontier.com>2013-08-17 19:01:56 -0700
committerN0YB <Al_Stu@Frontier.com>2013-08-17 19:01:56 -0700
commitffd2f32057dea99680fd4687d0e27927f1cf2c62 (patch)
tree2cf0a752eb35e7681582588a62e60e08b212e7a4 /usr/local/www/includes
parente6cfcd2647e7d0b90619a059a3b0227c800069c5 (diff)
downloadpfsense-ffd2f32057dea99680fd4687d0e27927f1cf2c62.zip
pfsense-ffd2f32057dea99680fd4687d0e27927f1cf2c62.tar.gz
Update functions.inc.php
May as well remove this errant td end tag too.
Diffstat (limited to 'usr/local/www/includes')
-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 23178dc..4843a78 100644
--- a/usr/local/www/includes/functions.inc.php
+++ b/usr/local/www/includes/functions.inc.php
@@ -71,7 +71,7 @@ function get_gatewaystats() {
$bgcolor = "#ADD8E6"; // lightblue
}
$data .= ($online == "Pending") ? "{$online},{$online}," : "{$gws['delay']},{$gws['loss']},";
- $data .= "<table border=\"0\" cellpadding=\"0\" cellspacing=\"2\" summary=\"status\"><tr><td bgcolor=\"$bgcolor\">&nbsp;$online&nbsp;</td></td></tr></table>";
+ $data .= "<table border=\"0\" cellpadding=\"0\" cellspacing=\"2\" summary=\"status\"><tr><td bgcolor=\"$bgcolor\">&nbsp;$online&nbsp;</td></tr></table>";
}
return $data;
}
OpenPOWER on IntegriCloud