summaryrefslogtreecommitdiff
path: root/main.php
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-01-24 00:39:46 +0000
committerAnika Henke <anika@selfthinker.org>2012-01-24 00:39:46 +0000
commit0192e710a9606c3e938efa815e7ed7cb4f9bc1e7 (patch)
tree8f75ce3be2151a744dd76be30bc21c584d0f34af /main.php
parent8efe1ae0342bea3467d4ced4169aabb2813362aa (diff)
downloadrpg-0192e710a9606c3e938efa815e7ed7cb4f9bc1e7.tar.gz
rpg-0192e710a9606c3e938efa815e7ed7cb4f9bc1e7.tar.bz2
fixed bottom conditional comments
Diffstat (limited to 'main.php')
-rwxr-xr-xmain.php2
1 files changed, 1 insertions, 1 deletions
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>