diff options
author | Anika Henke <anika@selfthinker.org> | 2012-01-22 15:59:20 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-01-22 15:59:20 +0000 |
commit | 2caa12ed72baeed123085a7534c1961b7b381a91 (patch) | |
tree | 1ac9b19a4372b9ef1434e21f7f86a432e2d201a1 | |
parent | dd63cd2b93bfa75cc2c13a50047278aaa94f4c9a (diff) | |
download | rpg-2caa12ed72baeed123085a7534c1961b7b381a91.tar.gz rpg-2caa12ed72baeed123085a7534c1961b7b381a91.tar.bz2 |
corrected bottom conditional comments
-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> |