Skip to content

Commit

Permalink
#wrap now ends before <footer>
Browse files Browse the repository at this point in the history
  • Loading branch information
leoj3n committed Feb 18, 2012
1 parent 47eb95b commit d78f34e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions footer.php
@@ -1,4 +1,6 @@

</div><!-- /#wrap -->

<?php roots_footer_before(); ?>
<footer id="content-info" class="<?php echo WRAP_CLASSES; ?>" role="contentinfo">
<?php roots_footer_inside(); ?>
Expand All @@ -7,8 +9,6 @@
</footer>
<?php roots_footer_after(); ?>

</div><!-- /#wrap -->

<?php wp_footer(); ?>
<?php roots_footer(); ?>

Expand Down

0 comments on commit d78f34e

Please sign in to comment.