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

View file

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