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:
parent
b99b656236
commit
fe3aa5d388
2 changed files with 4 additions and 4 deletions
|
@ -941,7 +941,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
<!-- #wrapper-content -->
|
||||
<footer role="contentinfo">
|
||||
<div role="contentinfo">
|
||||
<p class="copyright">
|
||||
<small>
|
||||
©2011
|
||||
|
@ -963,6 +963,6 @@
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -859,7 +859,7 @@
|
|||
</dl>
|
||||
</div>
|
||||
<!-- end of content -->
|
||||
<footer role="contentinfo">
|
||||
<div role="contentinfo">
|
||||
<p class="copyright">
|
||||
<small>
|
||||
©2011
|
||||
|
@ -880,6 +880,6 @@
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue