Index: trunk/phase3/includes/specials/SpecialUserlogin.php |
— | — | @@ -337,7 +337,7 @@ |
338 | 338 | |
339 | 339 | $ip = $this->getRequest()->getIP(); |
340 | 340 | if ( $currentUser->isDnsBlacklisted( $ip, true /* check $wgProxyWhitelist */ ) ) { |
341 | | - $this->mainLoginForm( $this->msg( 'sorbs_create_account_reason' )->text() . ' ' . $this->msg( 'parentheses' )->rawParams( htmlspecialchars( $ip ) )->escaped() ); |
| 341 | + $this->mainLoginForm( $this->msg( 'sorbs_create_account_reason' )->text() . ' ' . $this->msg( 'parentheses', $ip )->escaped() ); |
342 | 342 | return false; |
343 | 343 | } |
344 | 344 | |