Index: trunk/phase3/includes/Linker.php |
— | — | @@ -1304,7 +1304,7 @@ |
1305 | 1305 | } else { |
1306 | 1306 | $formatted = self::formatComment( $comment, $title, $local ); |
1307 | 1307 | if ( $embraced ) { |
1308 | | - $formatted = wfMessage( 'parentheses', $formatted ); |
| 1308 | + $formatted = wfMessage( 'parentheses' )->rawParams( $formatted )->escaped(); |
1309 | 1309 | } |
1310 | 1310 | return Html::rawElement( 'span', array( 'class' => 'comment' ), $formatted ); |
1311 | 1311 | } |