removed IE6-specific code

This commit is contained in:
Anika Henke 2013-07-16 09:54:03 +01:00
parent 7d3d6aec8e
commit e000c618e1
6 changed files with 11 additions and 32 deletions

View file

@ -29,7 +29,7 @@ if (!defined('DOKU_INC')) die();
</head>
<body>
<!--[if IE 6 ]><div id="IE6"><![endif]--><!--[if IE 7 ]><div id="IE7"><![endif]--><!--[if IE 8 ]><div id="IE8"><![endif]-->
<!--[if lte IE 7 ]><div id="IE7"><![endif]--><!--[if IE 8 ]><div id="IE8"><![endif]-->
<div id="dokuwiki__detail" class="dokuwiki">
<?php html_msgarea() ?>
@ -92,7 +92,7 @@ if (!defined('DOKU_INC')) die();
<?php } ?>
</div>
<!--[if ( IE 6 | IE 7 | IE 8 ) ]></div><![endif]-->
<!--[if ( lte IE 7 | IE 8 ) ]></div><![endif]-->
</body>
</html>