http://www.mediawiki.org/wiki/Special:Code/MediaWiki/94296
Revision: 94296
Author: kaldari
Date: 2011-08-11 22:42:28 +0000 (Thu, 11 Aug 2011)
Log Message:
-----------
follow-up to r93740, fixing textarea
Modified Paths:
--------------
trunk/extensions/CentralNotice/special/SpecialNoticeTemplate.php
Modified: trunk/extensions/CentralNotice/special/SpecialNoticeTemplate.php
===================================================================
--- trunk/extensions/CentralNotice/special/SpecialNoticeTemplate.php
2011-08-11 22:35:49 UTC (rev 94295)
+++ trunk/extensions/CentralNotice/special/SpecialNoticeTemplate.php
2011-08-11 22:42:28 UTC (rev 94296)
@@ -297,7 +297,7 @@
wfMsg( 'centralnotice-insert',
$wgLang->commaList( $buttons ) )
);
- $htmlOut .= Html::textarea( 'templateBody', $body, 60, 20 );
+ $htmlOut .= Xml::textarea( 'templateBody', $body, 60, 20 );
$htmlOut .= Html::closeElement( 'fieldset' );
$htmlOut .= Html::hidden( 'authtoken', $wgUser->editToken() );
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs