summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2013-11-05 14:48:05 +0000
committerColin Fleming <cj_fleming@sky.com>2013-11-05 14:48:05 +0000
commitc7b94a26e6e590a4fcd9a8168c5a9472f613e80a (patch)
tree87fe8e8ef40d7c8491bcf036080306b7dcb03cd4 /usr/local/www/diag_logs.php
parent8a0ae97fa0e249aa13538103e662aa6191ebde65 (diff)
downloadpfsense-c7b94a26e6e590a4fcd9a8168c5a9472f613e80a.zip
pfsense-c7b94a26e6e590a4fcd9a8168c5a9472f613e80a.tar.gz
Tidy up "diag_logs.php" XHTML
Add SUMMARY to tables
Diffstat (limited to 'usr/local/www/diag_logs.php')
-rwxr-xr-xusr/local/www/diag_logs.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/diag_logs.php b/usr/local/www/diag_logs.php
index 0f22c27..74d01b1 100755
--- a/usr/local/www/diag_logs.php
+++ b/usr/local/www/diag_logs.php
@@ -69,7 +69,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 system">
<tr>
<td>
<?php
@@ -104,7 +104,7 @@ 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 system log entries"),$nentries); ?></td>
</tr>
OpenPOWER on IntegriCloud