mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
set type of input field for search query to 'search'
This commit is contained in:
parent
cca363fc0b
commit
6cac794913
|
@ -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)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user