diff options
author | Anika Henke <anika@selfthinker.org> | 2012-01-24 00:39:46 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-01-24 00:39:46 +0000 |
commit | 0192e710a9606c3e938efa815e7ed7cb4f9bc1e7 (patch) | |
tree | 8f75ce3be2151a744dd76be30bc21c584d0f34af /main.php | |
parent | 8efe1ae0342bea3467d4ced4169aabb2813362aa (diff) | |
download | rpg-0192e710a9606c3e938efa815e7ed7cb4f9bc1e7.tar.gz rpg-0192e710a9606c3e938efa815e7ed7cb4f9bc1e7.tar.bz2 |
fixed bottom conditional comments
Diffstat (limited to 'main.php')
-rwxr-xr-x | main.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |