Index: trunk/extensions/AbuseFilter/Views/AbuseFilterViewList.php |
— | — | @@ -138,7 +138,7 @@ |
139 | 139 | $overflow_percent = sprintf( "%.2f", 100 * $overflow_count / $total_count ); |
140 | 140 | $match_percent = sprintf( "%.2f", 100 * $match_count / $total_count ); |
141 | 141 | |
142 | | - $status = wfMsgExt( 'abusefilter-status', array( 'parsemag', 'escape' ), |
| 142 | + $status = wfMsgExt( 'abusefilter-status', array( 'parseinline' ), |
143 | 143 | $wgLang->formatNum($total_count), |
144 | 144 | $wgLang->formatNum($overflow_count), |
145 | 145 | $wgLang->formatNum($overflow_percent), |