Skip to content

Commit

Permalink
removed unintentionally added sidebar classes from detail.php
Browse files Browse the repository at this point in the history
  • Loading branch information
selfthinker committed Aug 11, 2013
1 parent 8c1faba commit b8e3002
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/tpl/dokuwiki/detail.php
Expand Up @@ -28,8 +28,7 @@

<body>
<!--[if lte IE 7 ]><div id="IE7"><![endif]--><!--[if IE 8 ]><div id="IE8"><![endif]-->
<div id="dokuwiki__site"><div id="dokuwiki__top" class="site <?php echo tpl_classes(); ?> <?php
echo ($showSidebar) ? 'showSidebar' : ''; ?> <?php echo ($hasSidebar) ? 'hasSidebar' : ''; ?>">
<div id="dokuwiki__site"><div id="dokuwiki__top" class="site <?php echo tpl_classes(); ?>">

<?php include('tpl_header.php') ?>

Expand Down

0 comments on commit b8e3002

Please sign in to comment.