summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorRenato Botelho <garga@pfSense.org>2013-08-18 16:12:16 -0700
committerRenato Botelho <garga@pfSense.org>2013-08-18 16:12:16 -0700
commit289dd6911dca4b54d80880cfcf75423e268a2fc9 (patch)
treee670255fa8f11bb9bf42def285a36825e9116573 /usr
parent5d6d1958958d1dd95e6147c3b37f7f64a99e41d1 (diff)
parentffd2f32057dea99680fd4687d0e27927f1cf2c62 (diff)
downloadpfsense-289dd6911dca4b54d80880cfcf75423e268a2fc9.zip
pfsense-289dd6911dca4b54d80880cfcf75423e268a2fc9.tar.gz
Merge pull request #778 from N0YB/patch-11
Update functions.inc.php
Diffstat (limited to 'usr')
-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 2d3295a..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><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