fix: Don't start output before last header

Should fix #2
This commit is contained in:
Michael Große 2018-04-27 09:32:07 +02:00
commit a31d3c3f74
No known key found for this signature in database
GPG key ID: 7E31028FBFEACC79

View file

@ -1,4 +1,3 @@
<!DOCTYPE html>
<?php <?php
/** /**
@ -23,6 +22,7 @@ $JSINFO['template']['sprintdoc'] = array('sidebar_toggle_elements' => tpl_getCon
$showTools = true; $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