diff options
author | Colin Fleming <cj_fleming@sky.com> | 2013-11-04 21:10:50 +0000 |
---|---|---|
committer | Colin Fleming <cj_fleming@sky.com> | 2013-11-04 21:10:50 +0000 |
commit | 085955a3baccd86e6fdcde5d7db2dfc95d9aa67d (patch) | |
tree | 4b7330663148ca8367e16ad93c47742059b0ce44 /usr/local/www | |
parent | 8a0ae97fa0e249aa13538103e662aa6191ebde65 (diff) | |
download | pfsense-085955a3baccd86e6fdcde5d7db2dfc95d9aa67d.zip pfsense-085955a3baccd86e6fdcde5d7db2dfc95d9aa67d.tar.gz |
Tidy up "diag_logs_resolver.php" XHTML
Add SUMMARY to table statements
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/diag_logs_resolver.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/diag_logs_resolver.php b/usr/local/www/diag_logs_resolver.php index b5266c7..f083c88 100755 --- a/usr/local/www/diag_logs_resolver.php +++ b/usr/local/www/diag_logs_resolver.php @@ -71,7 +71,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 resolver"> <tr> <td> <?php @@ -106,7 +106,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> |