diff options
Diffstat (limited to 'includes/footer.html')
-rwxr-xr-x | includes/footer.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/footer.html b/includes/footer.html index 9f67910..4cbebd6 100755 --- a/includes/footer.html +++ b/includes/footer.html @@ -1,6 +1,6 @@ <p style="clear: both;"></p> - </div> - <div class="footer"> + </section> + <footer> <p class="copyright"> Copyright © 2011-2012 Patrick "P. J." M<span class="super">c</span>Dermott </p> @@ -27,6 +27,6 @@ Last modified: <!--#echo var="LAST_MODIFIED" --> EDT<br> Retrieved: <!--#echo var="DATE_LOCAL" --> EDT </p> - </div> + </footer> </body> </html> |