summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorN0YB <Al_Stu@Frontier.com>2014-02-18 18:29:34 -0800
committerN0YB <Al_Stu@Frontier.com>2014-02-18 18:29:34 -0800
commit1fe3c7584a7db233f4b00b36491b84223f93d299 (patch)
tree9dc78ff77012f1757cfc83f0f9e83df0783245d0 /usr
parent56e3ea85c1e1006024fcf66ac084195cf10cf144 (diff)
downloadpfsense-1fe3c7584a7db233f4b00b36491b84223f93d299.zip
pfsense-1fe3c7584a7db233f4b00b36491b84223f93d299.tar.gz
XHTML Compliance
DHCP Logs Status
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/diag_logs_dhcp.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/local/www/diag_logs_dhcp.php b/usr/local/www/diag_logs_dhcp.php
index 1988c91..29091b5 100755
--- a/usr/local/www/diag_logs_dhcp.php
+++ b/usr/local/www/diag_logs_dhcp.php
@@ -91,12 +91,11 @@ include("head.inc");
<?php printf(gettext("Last %s DHCP service log entries"), $nentries);?></td>
</tr>
<?php dump_clog($dhcpd_logfile, $nentries); ?>
- <tr><td><br><form action="diag_logs_dhcp.php" method="post">
- <input name="clear" type="submit" class="formbtn" value="<?= gettext("Clear log");?>"></td>
+ <tr><td><br/><form action="diag_logs_dhcp.php" method="post">
+ <input name="clear" type="submit" class="formbtn" value="<?= gettext("Clear log");?>" /></form></td>
<td>NOTE: Clearing the log file will restart the DHCP daemon.</td></tr>
</table>
</div>
-</form>
</td>
</tr>
</table>
OpenPOWER on IntegriCloud