From: Timo Tijhof Date: Mon, 26 Aug 2013 18:30:50 +0000 (-0700) Subject: Fixup coding style of a18d9856f7 X-Git-Tag: 1.31.0-rc.0~18870 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=05abdd7be2514a9d1d06019fb03b71840c9390ee;p=lhc%2Fweb%2Fwiklou.git Fixup coding style of a18d9856f7 Change-Id: Ie2e85af64aee164d6ddb8f6a10ead983ffc02ac5 --- diff --git a/includes/templates/Userlogin.php b/includes/templates/Userlogin.php index 030b4799d3..39091ef5f5 100644 --- a/includes/templates/Userlogin.php +++ b/includes/templates/Userlogin.php @@ -94,7 +94,7 @@ class UserloginTemplate extends BaseTemplate { $this->msg( 'userlogin-yourpassword' ); if ( $this->data['useemail'] && $this->data['canreset'] && $this->data['resetlink'] === true ) { - echo " ", Linker::link( + echo ' ' . Linker::link( SpecialPage::getTitleFor( 'PasswordReset' ), $this->getMsg( 'userlogin-resetpassword-link' )->parse(), array( 'class' => 'mw-ui-flush-right' )