Removed extra space for some options

This commit is contained in:
Jason Puglisi 2015-03-11 16:35:49 -04:00
parent dbaaa0c40a
commit e7d3097e5a
3 changed files with 3 additions and 3 deletions

View file

@ -64,7 +64,7 @@ $(document).ready(function() {
if (window.Options && Options.get_tab('general')) {
selector = '#forced-anon';
event = 'change';
Options.extend_tab("general", "<label id='forced-anon'><input type='checkbox' /> "+_('Forced anonymity')+"</label>");
Options.extend_tab("general", "<label id='forced-anon'><input type='checkbox' />"+_('Forced anonymity')+"</label>");
}
else {
selector = '#forced-anon';