summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/widgets/widgets/gateways.widget.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2015-11-27 07:52:43 +0000
committerColin Fleming <cj_fleming@sky.com>2015-11-27 07:52:43 +0000
commit630d4aebdb3b8449b7da505a70f8446fd0093d45 (patch)
tree79b012ffe9d6eb64ebb517f0a87f1e821663170f /src/usr/local/www/widgets/widgets/gateways.widget.php
parent20ae62bfdad88b2930a1e49d77c0c18e7b674b60 (diff)
downloadpfsense-630d4aebdb3b8449b7da505a70f8446fd0093d45.zip
pfsense-630d4aebdb3b8449b7da505a70f8446fd0093d45.tar.gz
Tidy up various widgets
Diffstat (limited to 'src/usr/local/www/widgets/widgets/gateways.widget.php')
-rw-r--r--src/usr/local/www/widgets/widgets/gateways.widget.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/widgets/widgets/gateways.widget.php b/src/usr/local/www/widgets/widgets/gateways.widget.php
index fdadf6e..ffbc342 100644
--- a/src/usr/local/www/widgets/widgets/gateways.widget.php
+++ b/src/usr/local/www/widgets/widgets/gateways.widget.php
@@ -81,9 +81,9 @@ if($_REQUEST && $_REQUEST['ajax']) {
print("<thead>\n");
print( "<tr>\n");
print( "<th>" . gettext("Name") . "</th>\n");
- print( "<th>RTT</td>\n");
- print( "<th>" . gettext("Loss") . "</td>\n");
- print( "<th>" . gettext("Status") . "</td>\n");
+ print( "<th>RTT</th>\n");
+ print( "<th>" . gettext("Loss") . "</th>\n");
+ print( "<th>" . gettext("Status") . "</th>\n");
print( "</tr>\n");
print("</thead>\n");
print("<tbody>\n");
@@ -194,7 +194,7 @@ if ($_POST) {
<!-- close the body we're wrapped in and add a configuration-panel -->
</div>
-<script>
+<script type="text/javascript">
//<![CDATA[
function get_gw_stats() {
OpenPOWER on IntegriCloud