fix missing space

git-svn-id: http://piwigo.org/svn/trunk@25709 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices 2013-11-25 20:58:56 +00:00
commit b8f02bb8f8

View file

@ -221,7 +221,7 @@ jQuery("input[name='mail_theme']").change(function() {
<ul>
<li>
<label>
<input type="checkbox" name="activate_comments" id="activate_comments"{if ($comments.activate_comments)}checked="checked"{/if}>
<input type="checkbox" name="activate_comments" id="activate_comments"{if ($comments.activate_comments)} checked="checked"{/if}>
{'Activate comments'|@translate}
</label>
</li>