removed old IE shivs and conditionals SPR-801 SPR-823

This commit is contained in:
Andreas Gohr 2017-03-08 10:43:00 +01:00
commit 994d0e8dee
3 changed files with 5 additions and 45 deletions

View file

@ -1,3 +1,4 @@
<!DOCTYPE html>
<?php
/**
* DokuWiki Image Detail Page
@ -11,7 +12,7 @@
if (!defined('DOKU_INC')) die();
header('X-UA-Compatible: IE=edge,chrome=1');
?><!DOCTYPE html>
?>
<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">
<head>
@ -28,7 +29,6 @@ header('X-UA-Compatible: IE=edge,chrome=1');
</head>
<body>
<!--[if lte IE 8 ]><div id="IE8"><![endif]-->
<div id="dokuwiki__detail" class="<?php echo tpl_classes(); ?>">
<?php html_msgarea() ?>
@ -89,6 +89,5 @@ header('X-UA-Compatible: IE=edge,chrome=1');
<?php endif; ?>
</div>
<!--[if lte IE 8 ]></div><![endif]-->
</body>
</html>