diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-12-26 18:44:24 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-12-26 18:44:24 -0500 |
commit | b4fb614d530498fc3dd4d7ccee2a91fea517c6dc (patch) | |
tree | 61f079bc83487a47f0a080c2a23f16496d0a10b9 /theme | |
parent | 637e20b864977306ffe17d401e78f7d529c1d97e (diff) | |
download | fourisland-b4fb614d530498fc3dd4d7ccee2a91fea517c6dc.tar.gz fourisland-b4fb614d530498fc3dd4d7ccee2a91fea517c6dc.tar.bz2 fourisland-b4fb614d530498fc3dd4d7ccee2a91fea517c6dc.zip |
Fixed some more HTML validation errors
Diffstat (limited to 'theme')
-rwxr-xr-x | theme/footer.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/footer.tpl b/theme/footer.tpl index dc247f9..9c21d7b 100755 --- a/theme/footer.tpl +++ b/theme/footer.tpl | |||
@@ -23,7 +23,7 @@ | |||
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" ALT="Valid CSS"></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="/blog/sortof-valid-html-no-doctype/"><IMG SRC="/theme/images/icons/html_valid.png" ALT="Sortof Valid HTML"></A></LI> | 26 | <LI><A HREF="/blog/sortof-valid-html-no-lt-doctype-gt/"><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" ALT="RSS Feed"></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> |