Index: trunk/extensions/Translate/SpecialTranslationChanges.php |
— | — | @@ -146,7 +146,7 @@ |
147 | 147 | $wgLang->formatNum( count( $rows ) ) |
148 | 148 | ); |
149 | 149 | |
150 | | - $exportLabel = wfMsg( self::MSG . 'export' ); |
| 150 | + $exportLabel = wfMsgHtml( self::MSG . 'export' ); |
151 | 151 | |
152 | 152 | $titleText = SpecialPage::getTitleFor( 'translate' ); |
153 | 153 | |
— | — | @@ -172,7 +172,7 @@ |
173 | 173 | $date = $wgLang->timeAndDate( $row->rc_timestamp, /* adj */ true, /* format */ true ); |
174 | 174 | $msg = wfMsgExt( |
175 | 175 | self::MSG . 'change', |
176 | | - array( 'parsemag' ), |
| 176 | + array( 'parsemag', 'escape' ), |
177 | 177 | $date, |
178 | 178 | wfEscapeWikiText( $row->rc_title ), |
179 | 179 | wfEscapeWikiText( $row->rc_user_text ) |