summaryrefslogtreecommitdiff
path: root/lib/tpl/default
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-07-28 10:26:03 +0100
committerAnika Henke <anika@selfthinker.org>2012-07-28 10:36:43 +0100
commitd6d77e2920902e235f46e14d2adc41dd3d62dd85 (patch)
tree3cb0420c81c5d4c11fb0a265967ef26df7c510d9 /lib/tpl/default
parent0d16f6e357991625b4e88fc7a147c8d743e890d7 (diff)
downloadrpg-d6d77e2920902e235f46e14d2adc41dd3d62dd85.tar.gz
rpg-d6d77e2920902e235f46e14d2adc41dd3d62dd85.tar.bz2
removed contradicting comment in template files and made when the doctype is inserted consitent
Diffstat (limited to 'lib/tpl/default')
-rw-r--r--lib/tpl/default/detail.php3
-rw-r--r--lib/tpl/default/main.php3
-rw-r--r--lib/tpl/default/mediamanager.php7
3 files changed, 2 insertions, 11 deletions
diff --git a/lib/tpl/default/detail.php b/lib/tpl/default/detail.php
index 503c0ef71..1c8042e15 100644
--- a/lib/tpl/default/detail.php
+++ b/lib/tpl/default/detail.php
@@ -4,9 +4,6 @@
*
* This is the template for displaying image details
*
- * You should leave the doctype at the very top - It should
- * always be the very first line of a document.
- *
* @link http://dokuwiki.org/templates
* @author Andreas Gohr <andi@splitbrain.org>
*/
diff --git a/lib/tpl/default/main.php b/lib/tpl/default/main.php
index 9a14f29a2..851afde6c 100644
--- a/lib/tpl/default/main.php
+++ b/lib/tpl/default/main.php
@@ -5,9 +5,6 @@
* This is the template you need to change for the overall look
* of DokuWiki.
*
- * You should leave the doctype at the very top - It should
- * always be the very first line of a document.
- *
* @link http://dokuwiki.org/templates
* @author Andreas Gohr <andi@splitbrain.org>
*/
diff --git a/lib/tpl/default/mediamanager.php b/lib/tpl/default/mediamanager.php
index 2b3e6e7db..35b526a32 100644
--- a/lib/tpl/default/mediamanager.php
+++ b/lib/tpl/default/mediamanager.php
@@ -1,14 +1,9 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<?php
/**
* DokuWiki Default Template
*
* This is the template for the media manager popup
*
- * You should leave the doctype at the very top - It should
- * always be the very first line of a document.
- *
* @link http://dokuwiki.org/templates
* @author Andreas Gohr <andi@splitbrain.org>
*/
@@ -17,6 +12,8 @@
if (!defined('DOKU_INC')) die();
?>
+<!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="<?php echo $conf['lang']?>" lang="<?php echo $conf['lang']?>" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />