Merge "SpecialWatchlist: Minor cleanup"
[lhc/web/wiklou.git] / includes / specials / SpecialResetTokens.php
index 2285b52..ef2a45d 100644 (file)
@@ -86,7 +86,7 @@ class SpecialResetTokens extends FormSpecialPage {
                        $tokensForForm = array();
                        foreach ( $tokens as $tok ) {
                                $label = $this->msg( 'resettokens-token-label' )
-                                       ->rawParams( $this->msg( $tok['label-message'] )->escaped() )
+                                       ->rawParams( $this->msg( $tok['label-message'] )->parse() )
                                        ->params( $user->getTokenFromOption( $tok['preference'] ) )
                                        ->escaped();
                                $tokensForForm[ $label ] = $tok['preference'];