No output before PHP sends headers

This commit is contained in:
Anna Dabrowska 2021-04-13 16:57:45 +02:00
parent 33a795962f
commit 58332e8afb
4 changed files with 3 additions and 4 deletions

View file

@ -1,4 +1,3 @@
<!DOCTYPE html>
<?php <?php
/** /**
* DokuWiki sprintDoc Detail Template * DokuWiki sprintDoc Detail Template
@ -23,6 +22,7 @@ $showTools = true;
$showSidebar = true; $showSidebar = true;
?> ?>
<!DOCTYPE html>
<html class="edge no-js" lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>"> <html class="edge no-js" lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>">
<head> <head>
<?php <?php

View file

@ -1,4 +1,3 @@
<!DOCTYPE html>
<?php <?php
/** /**
* DokuWiki Media Manager Popup * DokuWiki Media Manager Popup
@ -12,6 +11,7 @@ if (!defined('DOKU_INC')) die();
header('X-UA-Compatible: IE=edge,chrome=1'); 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'] ?>"> <html class="edge no-js" lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>">
<head> <head>
<?php <?php

View file

@ -1,7 +1,7 @@
base sprintdoc base sprintdoc
author Jana Deutschlaender author Jana Deutschlaender
email dokuwiki@cosmocode.de email dokuwiki@cosmocode.de
date 2020-12-06 date 2021-04-13
name sprintDoc Template name sprintDoc Template
desc modern, responsive template that integrates multiple plugins desc modern, responsive template that integrates multiple plugins
url https://www.dokuwiki.org/template:sprintdoc url https://www.dokuwiki.org/template:sprintdoc

View file

@ -1,4 +1,3 @@
<?php <?php
echo \dokuwiki\template\sprintdoc\Template::getInstance()->getNavigation(); echo \dokuwiki\template\sprintdoc\Template::getInstance()->getNavigation();
?> ?>