summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2014-02-15 10:30:30 +0100
committerErmal Luçi <eri@pfsense.org>2014-02-15 10:30:30 +0100
commit349fdb3c4f6a47aef5358770674069afcc2ae8a0 (patch)
tree7e5e7639622bd7c5a2e5f2266aedc2343191afd2
parent0681f6dfbd2733f92c742aa610e6f623ee059f98 (diff)
parent00537a6b7a51da9268f9d65745f77b9ca756d68b (diff)
downloadpfsense-349fdb3c4f6a47aef5358770674069afcc2ae8a0.zip
pfsense-349fdb3c4f6a47aef5358770674069afcc2ae8a0.tar.gz
Merge pull request #919 from N0YB/RELENG_2_1
XHTML Compliance
-rw-r--r--usr/local/www/diag_logs_routing.php5
-rw-r--r--usr/local/www/diag_logs_wireless.php5
2 files changed, 4 insertions, 6 deletions
diff --git a/usr/local/www/diag_logs_routing.php b/usr/local/www/diag_logs_routing.php
index 57c6561..9a6a622 100644
--- a/usr/local/www/diag_logs_routing.php
+++ b/usr/local/www/diag_logs_routing.php
@@ -98,11 +98,10 @@ include("head.inc");
<?php printf(gettext("Routing daemon log entries"),$nentries);?></td>
</tr>
<?php dump_clog($routing_logfile, $nentries); ?>
- <tr><td><br><form action="diag_logs_routing.php" method="post">
-<input name="clear" type="submit" class="formbtn" value="<?=gettext("Clear log"); ?>"></td></tr>
+ <tr><td><br /><form action="diag_logs_routing.php" method="post">
+<input name="clear" type="submit" class="formbtn" value="<?=gettext("Clear log"); ?>"/></form></td></tr>
</table>
</div>
-</form>
</td>
</tr>
</table>
diff --git a/usr/local/www/diag_logs_wireless.php b/usr/local/www/diag_logs_wireless.php
index fe86bd7..fac5062 100644
--- a/usr/local/www/diag_logs_wireless.php
+++ b/usr/local/www/diag_logs_wireless.php
@@ -100,11 +100,10 @@ include("head.inc");
<?php printf(gettext("Wireless (hostapd) log entries"),$nentries);?></td>
</tr>
<?php dump_clog($wireless_logfile, $nentries); ?>
- <tr><td><br><form action="diag_logs_wireless.php" method="post">
-<input name="clear" type="submit" class="formbtn" value="<?=gettext("Clear log"); ?>"></td></tr>
+ <tr><td><br /><form action="diag_logs_wireless.php" method="post">
+<input name="clear" type="submit" class="formbtn" value="<?=gettext("Clear log"); ?>"/></form></td></tr>
</table>
</div>
-</form>
</td>
</tr>
</table>
OpenPOWER on IntegriCloud