summaryrefslogtreecommitdiff
path: root/lib/tpl/index.php
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-07-14 12:10:08 +0100
committerAnika Henke <anika@selfthinker.org>2012-07-14 12:10:08 +0100
commitc8839c220c49633ea45ce5d0e4be1f411f66ad6c (patch)
tree58c6fba882a0d2d550aa04872ffd6036d1819519 /lib/tpl/index.php
parent4a14c3a4f530437180e3523cc34ab4464cea7dfa (diff)
downloadrpg-c8839c220c49633ea45ce5d0e4be1f411f66ad6c.tar.gz
rpg-c8839c220c49633ea45ce5d0e4be1f411f66ad6c.tar.bz2
changed all doctypes to html5 doctype
Diffstat (limited to 'lib/tpl/index.php')
-rw-r--r--lib/tpl/index.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/tpl/index.php b/lib/tpl/index.php
index 4570f70f5..357cc1f0d 100644
--- a/lib/tpl/index.php
+++ b/lib/tpl/index.php
@@ -12,9 +12,8 @@ if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/../../');
if(!defined('NOSESSION')) define('NOSESSION',1);
require_once(DOKU_INC.'inc/init.php');
?>
-<!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" xml:lang="en" lang="en" dir="ltr">
+<!DOCTYPE html>
+<html lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Template Replacements</title>