diff options
author | N0YB <Al_Stu@Frontier.com> | 2014-02-09 19:21:10 -0800 |
---|---|---|
committer | N0YB <Al_Stu@Frontier.com> | 2014-02-09 19:21:10 -0800 |
commit | 18ed5f7d204dfd223a6c0a9c2d94395828c51eab (patch) | |
tree | e8049b78d1c8803df2a8d103237b948877ee4b2a /usr | |
parent | c7a1d428ae36a7f6550d012c7c99d73830e66a92 (diff) | |
download | pfsense-18ed5f7d204dfd223a6c0a9c2d94395828c51eab.zip pfsense-18ed5f7d204dfd223a6c0a9c2d94395828c51eab.tar.gz |
XHTML Compliance - RRD Graphs
Close input tag
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/status_rrd_graph.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_rrd_graph.php b/usr/local/www/status_rrd_graph.php index ec5b9d9..f00ca8a 100755 --- a/usr/local/www/status_rrd_graph.php +++ b/usr/local/www/status_rrd_graph.php @@ -456,7 +456,7 @@ function get_dates($curperiod, $graph) { <td colspan="2" class="list"> <?=gettext("Graphs:");?> <?php if (!empty($curzone)): ?> - <input type="hidden" name="zone" value="<?= htmlspecialchars($curzone) ?>"> + <input type="hidden" name="zone" value="<?= htmlspecialchars($curzone) ?>"/> <?php endif; ?> <select name="option" class="formselect" style="z-index: -10;" onchange="document.form1.submit()"> <?php |