From 418f12f5a926e41d93646e4b6a161f9c1812a9b8 Mon Sep 17 00:00:00 2001 From: fisharebest Date: Sun, 26 Sep 2010 15:17:53 +0000 Subject: Fix: HTML validation (documents should include a "charset" specification, even when this is already included in the HTML headers) --- themes/colors/header.php | 1 + 1 file changed, 1 insertion(+) (limited to 'themes/colors') diff --git a/themes/colors/header.php b/themes/colors/header.php index f6b4ffdad2..0739edab0d 100644 --- a/themes/colors/header.php +++ b/themes/colors/header.php @@ -48,6 +48,7 @@ echo '', '', '', + '', '', htmlspecialchars($title), '', ''; -- cgit v1.3