diff --git a/detail.php b/detail.php
index fa90150..6fc84f0 100755
--- a/detail.php
+++ b/detail.php
@@ -1,4 +1,3 @@
-<!DOCTYPE html>
 <?php
 /**
  * DokuWiki sprintDoc Detail Template
@@ -23,6 +22,7 @@ $showTools = true;
 $showSidebar =  true;
 
 ?>
+<!DOCTYPE html>
 <html class="edge no-js" lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>">
 <head>
 <?php
diff --git a/mediamanager.php b/mediamanager.php
index dd98bf3..7d45615 100755
--- a/mediamanager.php
+++ b/mediamanager.php
@@ -1,4 +1,3 @@
-<!DOCTYPE html>
 <?php
 /**
  * DokuWiki Media Manager Popup
@@ -12,6 +11,7 @@ if (!defined('DOKU_INC')) die();
 header('X-UA-Compatible: IE=edge,chrome=1');
 
 ?>
+<!DOCTYPE html>
 <html class="edge no-js" lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>">
 <head>
     <?php
diff --git a/template.info.txt b/template.info.txt
index f66088e..1b074f0 100755
--- a/template.info.txt
+++ b/template.info.txt
@@ -1,7 +1,7 @@
 base     sprintdoc
 author   Jana Deutschlaender
 email    dokuwiki@cosmocode.de
-date     2020-12-06
+date     2021-04-13
 name     sprintDoc Template
 desc     modern, responsive template that integrates multiple plugins
 url      https://www.dokuwiki.org/template:sprintdoc
diff --git a/tpl/main-sidebar-nav.php b/tpl/main-sidebar-nav.php
index 43e2a23..b0cfc33 100644
--- a/tpl/main-sidebar-nav.php
+++ b/tpl/main-sidebar-nav.php
@@ -1,4 +1,3 @@
-
 <?php
 echo \dokuwiki\template\sprintdoc\Template::getInstance()->getNavigation();
 ?>