summary refs log tree commit diff stats
path: root/theme/footer.tpl
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-12-21 19:51:37 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-12-21 19:51:37 -0500
commit25ec7ee14626877b0e55f61b39fd7c41049de190 (patch)
tree3a98f606c2e1f642fa0b291b96f7361cad0e13b6 /theme/footer.tpl
parent1c7e44811dde19488a870df68ff770a2f6def7f8 (diff)
downloadfourisland-25ec7ee14626877b0e55f61b39fd7c41049de190.tar.gz
fourisland-25ec7ee14626877b0e55f61b39fd7c41049de190.tar.bz2
fourisland-25ec7ee14626877b0e55f61b39fd7c41049de190.zip
Fixed many HTML validation errors
Diffstat (limited to 'theme/footer.tpl')
-rwxr-xr-xtheme/footer.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/theme/footer.tpl b/theme/footer.tpl index e0a2bff..dc247f9 100755 --- a/theme/footer.tpl +++ b/theme/footer.tpl
@@ -17,14 +17,14 @@
17 17
18 <DIV ID="footer"> 18 <DIV ID="footer">
19 <UL CLASS="rows"> 19 <UL CLASS="rows">
20 <LI><span xmlns:dc="http://purl.org/dc/elements/1.1/" property="dc:title">Four Island</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://fourisland.com" property="cc:attributionName" rel="cc:attributionURL">Starla Insigna</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License</a>.</LI> 20 <LI>Four Island by <a href="http://fourisland.com">Starla Insigna</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License</a>.</LI>
21 <LI><A HREF="/wiki/privacy-policy/">Privacy Policy</A></LI> 21 <LI><A HREF="/wiki/privacy-policy/">Privacy Policy</A></LI>
22 </UL> 22 </UL>
23 23
24 <UL CLASS="together"> 24 <UL CLASS="together">
25 <LI><A HREF="http://jigsaw.w3.org/css-validator/"><IMG SRC="/theme/images/icons/css_valid.png"></A></LI> 25 <LI><A HREF="http://jigsaw.w3.org/css-validator/"><IMG SRC="/theme/images/icons/css_valid.png" ALT="Valid CSS"></A></LI>
26 <LI><A HREF="/no-doctype.php"><IMG SRC="/theme/images/icons/html_valid.png"></A></LI> 26 <LI><A HREF="/blog/sortof-valid-html-no-doctype/"><IMG SRC="/theme/images/icons/html_valid.png" ALT="Sortof Valid HTML"></A></LI>
27 <LI><A class="noVisit" HREF="/rss.php"><IMG SRC="/theme/images/icons/feed.png"></A></LI> 27 <LI><A class="noVisit" HREF="/rss.php"><IMG SRC="/theme/images/icons/feed.png" ALT="RSS Feed"></A></LI>
28 </UL> 28 </UL>
29 </DIV> 29 </DIV>
30 </DIV> 30 </DIV>