From 05abdd7be2514a9d1d06019fb03b71840c9390ee Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Mon, 26 Aug 2013 11:30:50 -0700 Subject: [PATCH] Fixup coding style of a18d9856f7 Change-Id: Ie2e85af64aee164d6ddb8f6a10ead983ffc02ac5 --- includes/templates/Userlogin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) -- 2.20.1