aboutsummaryrefslogtreecommitdiffstats
path: root/themes
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 /themes
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 'themes')
-rw-r--r--themes/default/template/header.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/header.tpl b/themes/default/template/header.tpl
index c375192aa..645a3bfe2 100644
--- a/themes/default/template/header.tpl
+++ b/themes/default/template/header.tpl
@@ -1,4 +1,4 @@
-<!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}">