]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Typo in label @for
authorSarven Capadisli <csarven@controlyourself.ca>
Sat, 30 May 2009 19:45:34 +0000 (19:45 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Sat, 30 May 2009 19:45:34 +0000 (19:45 +0000)
actions/designsettings.php

index 315e5a199c2ce06d29eee3b2c213ba8e06dad906..5d3bf1a03b739e02f66b52a0c49a66a4e79e11b4 100644 (file)
@@ -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',