Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
Fix footer content issue when no widgets are used
Browse files Browse the repository at this point in the history
  • Loading branch information
jayj committed Jul 9, 2012
1 parent 26f4c0f commit c7a5b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion footer.php
Expand Up @@ -30,7 +30,7 @@

<?php do_atomic( 'open_footer' ); // cakifo_open_footer ?>

<div class="footer-content">
<div class="footer-content clearfix">
<?php hybrid_footer_content(); ?>
</div> <!-- .footer-content -->

Expand Down

0 comments on commit c7a5b97

Please sign in to comment.