http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100094
Revision: 100094
Author: yaron
Date: 2011-10-17 22:46:03 +0000 (Mon, 17 Oct 2011)
Log Message:
-----------
Standardizing default width to be 90 columns, instead of 80
Modified Paths:
--------------
trunk/extensions/SemanticForms/includes/forminputs/SF_TextAreaWithAutocompleteInput.php
Modified:
trunk/extensions/SemanticForms/includes/forminputs/SF_TextAreaWithAutocompleteInput.php
===================================================================
---
trunk/extensions/SemanticForms/includes/forminputs/SF_TextAreaWithAutocompleteInput.php
2011-10-17 22:45:22 UTC (rev 100093)
+++
trunk/extensions/SemanticForms/includes/forminputs/SF_TextAreaWithAutocompleteInput.php
2011-10-17 22:46:03 UTC (rev 100094)
@@ -55,7 +55,7 @@
if ( array_key_exists( 'cols', $other_args ) ) {
$cols = $other_args['cols'];
} else {
- $cols = 80;
+ $cols = 90;
}
$text = '';
if ( array_key_exists( 'autogrow', $other_args ) ) {
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs