Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit afdeff6

Browse files
committed
BUG: Refs #271. fixed trailing spaces.
1 parent 61e669c commit afdeff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/controllers/forms/UserForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public function createAccountForm($defaultValue = array())
182182
{
183183
$biography->setValue($defaultValue['biography']);
184184
}
185-
185+
186186
$form->addElements(array($website, $city, $country, $biography, $firstname, $lastname, $company, $privacy, $submit));
187187

188188
return $form;

0 commit comments

Comments
 (0)