From bf2dba75b0e84940bf0526484fe5a045b5e907e3 Mon Sep 17 00:00:00 2001 From: N0YB Date: Sun, 14 Jun 2015 22:39:19 -0700 Subject: XHTML Compliance html id's not permitted to begin with a number. html id's not permitted to contain '/' add prefix (entry_) and replace slash with hyphen. table entry id format becomes: entry_- replacing the format: / does not change the displayed format. --- usr/local/www/diag_tables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local') diff --git a/usr/local/www/diag_tables.php b/usr/local/www/diag_tables.php index 289d39f..8c71368 100644 --- a/usr/local/www/diag_tables.php +++ b/usr/local/www/diag_tables.php @@ -147,7 +147,7 @@ include("head.inc"); foreach ($entries as $entryA): $entry = trim($entryA); ?> - + "> -- cgit v1.1