From 9bc2519aa4cfdf3458c6215e7a9b2625054f1b90 Mon Sep 17 00:00:00 2001 From: Colin Fleming Date: Sat, 17 May 2014 12:06:15 +0100 Subject: Tidy up "diag_logs filter" XHTML Change ONCLICK to lowercase Tidy up closing TD tags Add dummy row to TBODY, but don't display it Add missing closing TD and closing TR tags --- usr/local/www/diag_logs_filter_dynamic.php | 15 ++++++++------- usr/local/www/diag_logs_filter_summary.php | 4 ++-- 2 files changed, 10 insertions(+), 9 deletions(-) (limited to 'usr/local') diff --git a/usr/local/www/diag_logs_filter_dynamic.php b/usr/local/www/diag_logs_filter_dynamic.php index 6f2dde2..02ec32e 100755 --- a/usr/local/www/diag_logs_filter_dynamic.php +++ b/usr/local/www/diag_logs_filter_dynamic.php @@ -127,16 +127,16 @@ include("head.inc"); - ; + ; - - - - - - + + + + + + @@ -162,6 +162,7 @@ include("head.inc"); + diff --git a/usr/local/www/diag_logs_filter_summary.php b/usr/local/www/diag_logs_filter_summary.php index 46caf66..349555c 100644 --- a/usr/local/www/diag_logs_filter_summary.php +++ b/usr/local/www/diag_logs_filter_summary.php @@ -142,7 +142,7 @@ function pie_block($summary, $stat, $num) { print "\n"; print ""; print ""; - print ""; print "
{$fields[$stat]}
"; + print "
\n"; } @@ -233,4 +233,4 @@ foreach(array_keys($fields) as $field) { - \ No newline at end of file + -- cgit v1.1