summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 fa193c794..23e77530d 100755
--- a/detail.php
+++ b/detail.php
@@ -140,6 +140,6 @@ $showSidebar = tpl_getConf('sidebarID') && page_exists(tpl_getConf('sidebarID'))
<?php include('tpl_footer.php') ?>
</div></div><!-- /site -->
- <!--[if ( IE lte 7 | IE 8 ) ]></div><![endif]-->
+ <!--[if ( lte IE 7 | IE 8 ) ]></div><![endif]-->
</body>
</html>
diff --git a/main.php b/main.php
index 2616519a8..7aa4748cb 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 lte 7 | IE 8 ) ]></div><![endif]-->
+ <!--[if ( lte IE 7 | IE 8 ) ]></div><![endif]-->
</body>
</html>
diff --git a/mediamanager.php b/mediamanager.php
index 975fd0780..d7d88f936 100755
--- a/mediamanager.php
+++ b/mediamanager.php
@@ -43,6 +43,6 @@ if (!defined('DOKU_INC')) die();
<?php tpl_mediaContent() ?>
</div></div>
</div>
- <!--[if ( IE lte 7 | IE 8 ) ]></div><![endif]-->
+ <!--[if ( lte IE 7 | IE 8 ) ]></div><![endif]-->
</body>
</html>