mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
fix missing space
git-svn-id: http://piwigo.org/svn/trunk@25709 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user