removed IE6-specific code
This commit is contained in:
parent
7d3d6aec8e
commit
e000c618e1
6 changed files with 11 additions and 32 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue