Index: trunk/phase3/includes/specials/SpecialUserlogin.php |
— | — | @@ -548,7 +548,7 @@ |
549 | 549 | break; |
550 | 550 | case self::NOT_EXISTS: |
551 | 551 | if( $wgUser->isAllowed( 'createaccount' ) ){ |
552 | | - $this->mainLoginForm( wfMsg( 'nosuchuser', htmlspecialchars( $this->mName ) ) ); |
| 552 | + $this->mainLoginForm( wfMsgWikiHtml( 'nosuchuser', htmlspecialchars( $this->mName ) ) ); |
553 | 553 | } else { |
554 | 554 | $this->mainLoginForm( wfMsg( 'nosuchusershort', htmlspecialchars( $this->mName ) ) ); |
555 | 555 | } |