summary refs log tree commit diff stats
path: root/theme/post.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/post.tpl
parent1c7e44811dde19488a870df68ff770a2f6def7f8 (diff)
downloadfourisland-25ec7ee14626877b0e55f61b39fd7c41049de190.tar.gz
fourisland-25ec7ee14626877b0e55f61b39fd7c41049de190.tar.bz2
fourisland-25ec7ee14626877b0e55f61b39fd7c41049de190.zip
Fixed many HTML validation errors
Diffstat (limited to 'theme/post.tpl')
-rwxr-xr-xtheme/post.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/post.tpl b/theme/post.tpl index a2342be..7f29ff2 100755 --- a/theme/post.tpl +++ b/theme/post.tpl
@@ -56,9 +56,9 @@
56 <CITE CLASS="rounded"><STRONG><!--POST.AUTHOR--></STRONG> on <!--POST.DATE--></CITE> 56 <CITE CLASS="rounded"><STRONG><!--POST.AUTHOR--></STRONG> on <!--POST.DATE--></CITE>
57 57
58 <SPAN CLASS="post-vote"> 58 <SPAN CLASS="post-vote">
59 <A HREF="/vote.php?id=<!--POST.ID-->&amp;dir=plus" REL="nofollow"><IMG SRC="/theme/images/icons/thumb_up.png"></A> 59 <A HREF="/vote.php?id=<!--POST.ID-->&amp;dir=plus" REL="nofollow"><IMG SRC="/theme/images/icons/thumb_up.png" ALT="+1"></A>
60 <BIG><!--POST.RATING--></BIG> 60 <BIG><!--POST.RATING--></BIG>
61 <A HREF="/vote.php?id=<!--POST.ID-->&amp;dir=minus" REL="nofollow"><IMG SRC="/theme/images/icons/thumb_down.png"></A> 61 <A HREF="/vote.php?id=<!--POST.ID-->&amp;dir=minus" REL="nofollow"><IMG SRC="/theme/images/icons/thumb_down.png" ALT="-1"></A>
62 </SPAN> 62 </SPAN>
63 </DIV> 63 </DIV>
64 </DIV> 64 </DIV>