summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-01-22 15:59:20 +0000
committerAnika Henke <anika@selfthinker.org>2012-01-22 15:59:20 +0000
commit2caa12ed72baeed123085a7534c1961b7b381a91 (patch)
tree1ac9b19a4372b9ef1434e21f7f86a432e2d201a1
parentdd63cd2b93bfa75cc2c13a50047278aaa94f4c9a (diff)
downloadrpg-2caa12ed72baeed123085a7534c1961b7b381a91.tar.gz
rpg-2caa12ed72baeed123085a7534c1961b7b381a91.tar.bz2
corrected bottom conditional comments
-rwxr-xr-xdetail.php2
-rwxr-xr-xmain.php2
-rwxr-xr-xmediamanager.php2
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>
diff --git a/main.php b/main.php
index 5ec7f72d4..2616519a8 100755
--- a/main.php
+++ b/main.php
@@ -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>