summaryrefslogtreecommitdiff
path: root/themes/colors
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-09-26 15:17:53 +0000
committerfisharebest <fisharebest@gmail.com>2010-09-26 15:17:53 +0000
commit418f12f5a926e41d93646e4b6a161f9c1812a9b8 (patch)
tree6e6614c13195595628d1a5218f9e2ee769645fd0 /themes/colors
parent201ccf27b00419bb2cf5e8fe3a82f81f92f34979 (diff)
downloadwebtrees-418f12f5a926e41d93646e4b6a161f9c1812a9b8.tar.gz
webtrees-418f12f5a926e41d93646e4b6a161f9c1812a9b8.tar.bz2
webtrees-418f12f5a926e41d93646e4b6a161f9c1812a9b8.zip
Fix: HTML validation (documents should include a "charset" specification, even when this is already included in the HTML headers)
Diffstat (limited to 'themes/colors')
-rw-r--r--themes/colors/header.php1
1 files changed, 1 insertions, 0 deletions
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
'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
'<html xmlns="http://www.w3.org/1999/xhtml" ', i18n::html_markup(), '>',
'<head>',
+ '<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />',
'<title>', htmlspecialchars($title), '</title>',
'<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />';