set type of input field for search query to 'search'

This commit is contained in:
Uwe Steinmann 2022-02-22 13:16:43 +01:00
parent cca363fc0b
commit 6cac794913

View File

@ -218,7 +218,7 @@ function typeahead() { /* {{{ */
getMLText("search_query"),
array(
'element'=>'input',
'type'=>'text',
'type'=>'search',
'name'=>'query',
'value'=>htmlspecialchars($this->query)
)
@ -461,7 +461,7 @@ function typeahead() { /* {{{ */
getMLText("search_query"),
array(
'element'=>'input',
'type'=>'text',
'type'=>'search',
'name'=>'query',
'value'=>htmlspecialchars($this->query)
)