r94296 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94295‎ | r94296 | r94297 >
Date:22:42, 11 August 2011
Author:kaldari
Status:ok
Tags:
Comment:
follow-up to r93740, fixing textarea
Modified paths:
  • /trunk/extensions/CentralNotice/special/SpecialNoticeTemplate.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralNotice/special/SpecialNoticeTemplate.php
@@ -297,7 +297,7 @@
298298 wfMsg( 'centralnotice-insert', $wgLang->commaList( $buttons ) )
299299 );
300300
301 - $htmlOut .= Html::textarea( 'templateBody', $body, 60, 20 );
 301+ $htmlOut .= Xml::textarea( 'templateBody', $body, 60, 20 );
302302 $htmlOut .= Html::closeElement( 'fieldset' );
303303 $htmlOut .= Html::hidden( 'authtoken', $wgUser->editToken() );
304304

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r93740Change some uses of Xml class to Html class.siebrand13:47, 2 August 2011

Status & tagging log