Indented aside tag within conditional

Just noticed this wasn't indented like the rest. :)
This commit is contained in:
Patrick Coffey
2013-08-29 09:59:47 -05:00
parent f0db29b387
commit 82aae34d42

View File

@@ -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 -->