summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_ppp.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2013-11-04 21:08:51 +0000
committerColin Fleming <cj_fleming@sky.com>2013-11-04 21:08:51 +0000
commit60219c69210707e2012307b909fff8d717a514fb (patch)
tree027c3642db6ed57617cbaa2be648da4746b700e3 /usr/local/www/diag_logs_ppp.php
parent8a0ae97fa0e249aa13538103e662aa6191ebde65 (diff)
downloadpfsense-60219c69210707e2012307b909fff8d717a514fb.zip
pfsense-60219c69210707e2012307b909fff8d717a514fb.tar.gz
Tidy up "diag_logs_ppp.php" XHTML
Add SUMMARY to table statements Close BR and INPUT statements
Diffstat (limited to 'usr/local/www/diag_logs_ppp.php')
-rwxr-xr-xusr/local/www/diag_logs_ppp.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/diag_logs_ppp.php b/usr/local/www/diag_logs_ppp.php
index 0cd6be8..0cd436d 100755
--- a/usr/local/www/diag_logs_ppp.php
+++ b/usr/local/www/diag_logs_ppp.php
@@ -60,7 +60,7 @@ include("head.inc");
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
-<table width="100%" border="0" cellpadding="0" cellspacing="0">
+<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="logs ppp">
<tr>
<td>
<?php
@@ -83,16 +83,16 @@ include("head.inc");
<tr>
<td>
<div id="mainarea">
- <table class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="0">
+ <table class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="0" summary="main area">
<tr>
<td colspan="2" class="listtopic"><?php printf(gettext("Last %s PPP log entries"),$nentries);?></td>
</tr>
<?php dump_clog($ppp_logfile, $nentries); ?>
<tr>
<td>
- <br>
+ <br/>
<form action="diag_logs_ppp.php" method="post">
- <input name="clear" type="submit" class="formbtn" value="<?=gettext("Clear log"); ?>">
+ <input name="clear" type="submit" class="formbtn" value="<?=gettext("Clear log"); ?>" />
</form>
</td>
</tr>
OpenPOWER on IntegriCloud