Changing element <footer> to a <div> tag since browsers are not doing HTML5 yet and I don't want to add a js file to the mix.

This commit is contained in:
ejc12 2011-02-04 16:59:23 +00:00
parent b99b656236
commit fe3aa5d388
2 changed files with 4 additions and 4 deletions

View file

@ -941,7 +941,7 @@
</ul>
</div>
<!-- #wrapper-content -->
<footer role="contentinfo">
<div role="contentinfo">
<p class="copyright">
<small>
&copy;2011
@ -963,6 +963,6 @@
</li>
</ul>
</nav>
</footer>
</div>
</body>
</html>

View file

@ -859,7 +859,7 @@
</dl>
</div>
<!-- end of content -->
<footer role="contentinfo">
<div role="contentinfo">
<p class="copyright">
<small>
&copy;2011
@ -880,6 +880,6 @@
</li>
</ul>
</nav>
</footer>
</div>
</body>
</html>