Skip to content

Commit

Permalink
Merge pull request roots#863 from patrickocoffeyo/master
Browse files Browse the repository at this point in the history
Indented aside tag within conditional
  • Loading branch information
swalkinshaw committed Sep 7, 2013
2 parents 30e19b8 + 82aae34 commit 1c7d3bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<?php include roots_template_path(); ?>
</div><!-- /.main -->
<?php if (roots_display_sidebar()) : ?>
<aside class="sidebar <?php echo roots_sidebar_class(); ?>" role="complementary">
<?php include roots_sidebar_path(); ?>
</aside><!-- /.sidebar -->
<aside class="sidebar <?php echo roots_sidebar_class(); ?>" role="complementary">
<?php include roots_sidebar_path(); ?>
</aside><!-- /.sidebar -->
<?php endif; ?>
</div><!-- /.content -->
</div><!-- /.wrap -->
Expand Down

0 comments on commit 1c7d3bb

Please sign in to comment.