Merge branch 'detailView' of gitlab.cosmocode.de:deutschlaender/sprintdoc-template into detailView

This commit is contained in:
Jana Deutschländer 2017-04-11 12:53:23 +02:00
commit abea45224d

View file

@ -14,6 +14,11 @@ if (!defined('DOKU_INC')) {
}
header('X-UA-Compatible: IE=edge,chrome=1');
global $JSINFO;
if (empty($JSINFO)) {
$JSINFO = array();
}
?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang'] ?>"
lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js">