summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorPhil Davis <phil@jankaritech.com>2017-04-29 20:35:46 +0545
committerRenato Botelho <renato@netgate.com>2017-05-03 09:21:04 -0300
commit732b23581b3e6fd8b321891bfc0486c5d10805c2 (patch)
tree9c742599006d147b4e587110264af7112f27d060 /src/usr/local/www
parentacc7db22483099f189d4aa6625ec3292561f6b7b (diff)
downloadpfsense-732b23581b3e6fd8b321891bfc0486c5d10805c2.zip
pfsense-732b23581b3e6fd8b321891bfc0486c5d10805c2.tar.gz
Remove bonus end td tag in interface statistics widget
(cherry picked from commit 9795332b0e101b4c500c3c75a8ea02325364fc17)
Diffstat (limited to 'src/usr/local/www')
-rw-r--r--src/usr/local/www/widgets/widgets/interface_statistics.widget.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/usr/local/www/widgets/widgets/interface_statistics.widget.php b/src/usr/local/www/widgets/widgets/interface_statistics.widget.php
index b5368fa..61ff07b 100644
--- a/src/usr/local/www/widgets/widgets/interface_statistics.widget.php
+++ b/src/usr/local/www/widgets/widgets/interface_statistics.widget.php
@@ -117,7 +117,6 @@ if ($_REQUEST && $_REQUEST['ajax']) {
print("<td>" . (isset($ifinfo[$key]) ? htmlspecialchars($ifinfo[$key]) : 'n/a') . "</td>");
}
- print( "</td>");
print( "</tr>");
}
print( "</tbody>");
OpenPOWER on IntegriCloud