diff options
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/header.tpl | 3 | ||||
-rw-r--r-- | themes/default/template/header.tpl | 2 |
2 files changed, 2 insertions, 3 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}"> 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}"> |