Index: trunk/extensions/CentralNotice/special/SpecialNoticeTemplate.php |
— | — | @@ -297,7 +297,7 @@ |
298 | 298 | wfMsg( 'centralnotice-insert', $wgLang->commaList( $buttons ) ) |
299 | 299 | ); |
300 | 300 | |
301 | | - $htmlOut .= Html::textarea( 'templateBody', $body, 60, 20 ); |
| 301 | + $htmlOut .= Xml::textarea( 'templateBody', $body, 60, 20 ); |
302 | 302 | $htmlOut .= Html::closeElement( 'fieldset' ); |
303 | 303 | $htmlOut .= Html::hidden( 'authtoken', $wgUser->editToken() ); |
304 | 304 | |