User "QuestPC" posted a comment on MediaWiki.r100690.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100690#c24840
Commit summary:

Fixed regression in question type text when prefilled text inputs were not 
displayed. Added textarea and select multiple view modes for question type text 
categories via introduced height and multiple category attributes. Allow 
unquoted integer value for xml-like attributes.

Comment:

Forgot to put the fragment into the pre

<pre>
+                       if ( is_numeric( $textwidth ) &&
+                                       ( $textwidth = intval( $textwidth ) ) > 
0 ) {
</pre>

_______________________________________________
MediaWiki-CodeReview mailing list
mediawiki-coderev...@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to