summary refs log tree commit diff stats
path: root/theme/comments.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'theme/comments.tpl')
-rwxr-xr-xtheme/comments.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/comments.tpl b/theme/comments.tpl index 6462d23..2b9bc51 100755 --- a/theme/comments.tpl +++ b/theme/comments.tpl
@@ -6,7 +6,7 @@
6<DIV CLASS="bubble"> 6<DIV CLASS="bubble">
7 <BLOCKQUOTE> 7 <BLOCKQUOTE>
8 <DIV> 8 <DIV>
9 <IMG SRC="http://www.gravatar.com/avatar/<!--COMMENTS.CODEDEMAIL-->?s=32&amp;d=identicon&amp;r=G"> 9 <IMG SRC="http://www.gravatar.com/avatar/<!--COMMENTS.CODEDEMAIL-->?s=32&amp;d=identicon&amp;r=G" ALT="Gravatar">
10 <!--COMMENTS.TEXT--> 10 <!--COMMENTS.TEXT-->
11 </DIV> 11 </DIV>
12 </BLOCKQUOTE> 12 </BLOCKQUOTE>
@@ -33,6 +33,6 @@
33 Website (Optional): <INPUT TYPE="text" NAME="website"> 33 Website (Optional): <INPUT TYPE="text" NAME="website">
34 <P> 34 <P>
35 <!--END NOLOG--> 35 <!--END NOLOG-->
36 <INPUT TYPE="submit" VALUE="Post"></INPUT> 36 <INPUT TYPE="submit" VALUE="Post">
37 </CENTER> 37 </CENTER>
38</FORM> 38</FORM>