Followup r77980, for simplesearch I guess we'll have to stick with type=text instead...
authorDaniel Friesen <dantman@users.mediawiki.org>
Tue, 7 Dec 2010 18:18:09 +0000 (18:18 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Tue, 7 Dec 2010 18:18:09 +0000 (18:18 +0000)
skins/Vector.php

index 08ba528..7250842 100644 (file)
@@ -734,7 +734,7 @@ class VectorTemplate extends BaseTemplate {
                <input type='hidden' name="title" value="<?php $this->text( 'searchtitle' ) ?>"/>
                <?php if ( $wgVectorUseSimpleSearch && $wgUser->getOption( 'vector-simplesearch' ) ): ?>
                <div id="simpleSearch">
-                       <?php echo $this->makeSearchInput(array( "id" => "searchInput" )); ?>
+                       <?php echo $this->makeSearchInput(array( "id" => "searchInput", "type" => "text" )); ?>
                        <?php echo $this->makeSearchButton("image", array( "id" => "searchButton",
                                "src" => $this->skin->getSkinStylePath('images/search-' . ( $this->data['rtl'] ? 'rtl' : 'ltr' ) . '.png') )); ?>
                </div>