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

@ -27,7 +27,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="media__manager" class="dokuwiki">
<?php html_msgarea() ?>
<div id="mediamgr__aside"><div class="pad">
@ -43,6 +43,6 @@ if (!defined('DOKU_INC')) die();
<?php tpl_mediaContent() ?>
</div></div>
</div>
<!--[if ( IE 6 | IE 7 | IE 8 ) ]></div><![endif]-->
<!--[if ( lte IE 7 | IE 8 ) ]></div><![endif]-->
</body>
</html>