Skip to content

Commit

Permalink
Fixing HTML validation error: missing closing div
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamilto committed Nov 18, 2013
1 parent bfeb9bb commit fbeefdf
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
</nav>
</div> <!-- end #inner-footer -->
</footer> <!-- end footer -->
<!--[if lt IE 7 ]>
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
<script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
<![endif]-->
<?php wp_footer(); // js scripts are inserted using this function ?>
</div><!--/.container-->
<!--[if lt IE 7 ]>
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
<script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
<![endif]-->
<?php wp_footer(); // js scripts are inserted using this function ?>
</body>
</html>

0 comments on commit fbeefdf

Please sign in to comment.