fix missing space
git-svn-id: http://piwigo.org/svn/trunk@25709 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
6ea01c1a80
commit
b8f02bb8f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue