diff options
author | Anika Henke <anika@selfthinker.org> | 2012-07-28 10:26:03 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-07-28 10:36:43 +0100 |
commit | d6d77e2920902e235f46e14d2adc41dd3d62dd85 (patch) | |
tree | 3cb0420c81c5d4c11fb0a265967ef26df7c510d9 /lib/tpl/default/main.php | |
parent | 0d16f6e357991625b4e88fc7a147c8d743e890d7 (diff) | |
download | rpg-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/main.php')
-rw-r--r-- | lib/tpl/default/main.php | 3 |
1 files changed, 0 insertions, 3 deletions
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> */ |