summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-05-30 19:45:34 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-05-30 19:45:34 +0000
commit08b98a3d4d8edf2bc0b781953706744c026388b9 (patch)
treea2f4bd3970dfae98986b0397088f0ad5649b838a /actions
parent6981a708aedf9d28d5396aedf8ef64188c2545bb (diff)
Typo in label @for
Diffstat (limited to 'actions')
-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',