aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2012-10-27 06:57:11 +0000
committerrvelices <rv-github@modusoptimus.com>2012-10-27 06:57:11 +0000
commite4d30d6bff0c52b1045a079677dfa9a46348fb0f (patch)
treea1476f58ee27b531d2f5100fa9fbc02fb59fcccc /admin
parentd3a2304418b0b589a4e1d46e5502f5816c7090bd (diff)
doctype is html5 - less restrictivie than html 4 strict (which we are not compatible with anyway)...
git-svn-id: http://piwigo.org/svn/trunk@18756 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/themes/default/template/header.tpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/admin/themes/default/template/header.tpl b/admin/themes/default/template/header.tpl
index 1dcf3141c..f8fff5750 100644
--- a/admin/themes/default/template/header.tpl
+++ b/admin/themes/default/template/header.tpl
@@ -4,8 +4,7 @@
don't confuse with the public page header
*}
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
-"http://www.w3.org/TR/html4/strict.dtd">
+<!DOCTYPE html>
<html lang="{$lang_info.code}" dir="{$lang_info.direction}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={$CONTENT_ENCODING}">