diff options
-rwxr-xr-x | detail.php | 2 | ||||
-rwxr-xr-x | main.php | 2 | ||||
-rwxr-xr-x | mediamanager.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/detail.php b/detail.php index f3951e7bc..96fb3c2e7 100755 --- a/detail.php +++ b/detail.php @@ -121,6 +121,6 @@ $showSidebar = tpl_getConf('sidebarID') && page_exists(tpl_getConf('sidebarID')) <?php include('tpl_footer.php') ?> </div></div><!-- /site --> - <!--[if ( IE 6 | IE 7 | IE 8 ) ]></div><![endif]--> + <!--[if ( IE lte 7 | IE 8 ) ]></div><![endif]--> </body> </html> @@ -95,6 +95,6 @@ $showSidebar = tpl_getConf('sidebarID') && page_exists(tpl_getConf('sidebarID')) </div></div><!-- /site --> <div class="no"><?php tpl_indexerWebBug() /* provide DokuWiki housekeeping, required in all templates */ ?></div> - <!--[if ( IE 6 | IE 7 | IE 8 ) ]></div><![endif]--> + <!--[if ( IE lte 7 | IE 8 ) ]></div><![endif]--> </body> </html> diff --git a/mediamanager.php b/mediamanager.php index f773c98e8..975fd0780 100755 --- a/mediamanager.php +++ b/mediamanager.php @@ -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 ( IE lte 7 | IE 8 ) ]></div><![endif]--> </body> </html> |