aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2013-11-25 20:58:56 +0000
committerrvelices <rv-github@modusoptimus.com>2013-11-25 20:58:56 +0000
commitb8f02bb8f8e1f70a4a6244d19613006ea2491a02 (patch)
treec0ad7ae54eb859ef1fa901a3d30ff2cd891aaa05 /admin
parent6ea01c1a80f7dadae7148c650aa1830e7587611a (diff)
fix missing space
git-svn-id: http://piwigo.org/svn/trunk@25709 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/themes/default/template/configuration.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/configuration.tpl b/admin/themes/default/template/configuration.tpl
index 5af1c18c5..d3309e8a7 100644
--- a/admin/themes/default/template/configuration.tpl
+++ b/admin/themes/default/template/configuration.tpl
@@ -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>