summaryrefslogtreecommitdiff
path: root/actions/designsettings.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/designsettings.php')
-rw-r--r--actions/designsettings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/designsettings.php b/actions/designsettings.php
index 315e5a199..5d3bf1a03 100644
--- a/actions/designsettings.php
+++ b/actions/designsettings.php
@@ -82,7 +82,7 @@ class DesignsettingsAction extends AccountSettingsAction
$this->element('legend', null, _('Change background image'));
$this->elementStart('ul', 'form_data');
$this->elementStart('li');
- $this->element('label', array('for' => 'design_ background-image_file'),
+ $this->element('label', array('for' => 'design_background-image_file'),
_('Upload file'));
$this->element('input', array('name' => 'design_background-image_file',
'type' => 'file',