2k11 - fix whitespace

This commit is contained in:
Ian 2014-01-09 15:55:59 +01:00
parent a6545f2a09
commit 7c6ef71f52

View File

@ -44,7 +44,7 @@
</div>
{if $is_allowSubscriptions}
<div class="form_box">
<input id="checkbox_subscribe" name="serendipity[subscribe]" type="checkbox" {$commentform_subscribe} ><label for="checkbox_subscribe">{$CONST.SUBSCRIBE_TO_THIS_ENTRY}</label>
<input id="checkbox_subscribe" name="serendipity[subscribe]" type="checkbox" {$commentform_subscribe}><label for="checkbox_subscribe">{$CONST.SUBSCRIBE_TO_THIS_ENTRY}</label>
</div>
{/if}
</fieldset>