Index: trunk/extensions/ArticleFeedbackv5/SpecialArticleFeedbackv5.php |
— | — | @@ -142,7 +142,7 @@ |
143 | 143 | 'div', |
144 | 144 | array( 'id' => 'articleFeedbackv5-percent-found-wrap' ) |
145 | 145 | ) |
146 | | - . $this->msg( 'articlefeedbackv5-percent-found', $found ) # Can't escape this, need the <span> tag to parse. |
| 146 | + . $this->msg( 'articlefeedbackv5-percent-found', $found )->plain() # Can't escape this, need the <span> tag to parse. |
147 | 147 | . Html::closeElement( 'div' ) |
148 | 148 | ); |
149 | 149 | } |