From a162c2754a7a20bde48424b0f341ae768745fbc4 Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Tue, 7 Dec 2010 18:18:09 +0000 Subject: [PATCH] Followup r77980, for simplesearch I guess we'll have to stick with type=text instead of type=search. --- skins/Vector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/Vector.php b/skins/Vector.php index 08ba5281f9..7250842463 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -734,7 +734,7 @@ class VectorTemplate extends BaseTemplate { getOption( 'vector-simplesearch' ) ): ?>
- makeSearchInput(array( "id" => "searchInput" )); ?> + makeSearchInput(array( "id" => "searchInput", "type" => "text" )); ?> makeSearchButton("image", array( "id" => "searchButton", "src" => $this->skin->getSkinStylePath('images/search-' . ( $this->data['rtl'] ? 'rtl' : 'ltr' ) . '.png') )); ?>
-- 2.20.1