forked from GNUsocial/gnu-social
		
	Typo in label @for
This commit is contained in:
		| @@ -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', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user