Update of /cvsroot/php-blog/serendipity/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5518
Modified Files:
Tag: branch-smarty
commentform.tpl
Log Message:
- Remove space
Index: commentform.tpl
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/default/Attic/commentform.tpl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- commentform.tpl 19 Sep 2004 20:06:36 -0000 1.1.2.2
+++ commentform.tpl 19 Sep 2004 21:07:16 -0000 1.1.2.3
@@ -38,7 +38,7 @@
<input id="checkbox_remember" type="checkbox" name="serendipity[remember]" {$commentform_remember} /><label for="checkbox_remember">{$CONST.REMEMBER_INFO}</label>
{if $is_allowSubscriptions}
<br />
- <input id="checkbox_subscribe" type="checkbox" name="serendipity[subscribe]" {$commentform_subscribe} /><label for="checkbox_subscribe"> {$CONST.SUBSCRIBE_TO_THIS_ENTRY}</label>
+ <input id="checkbox_subscribe" type="checkbox" name="serendipity[subscribe]" {$commentform_subscribe} /><label for="checkbox_subscribe">{$CONST.SUBSCRIBE_TO_THIS_ENTRY}</label>
{/if}
</td>
</tr>
|