mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 23:42:11 +00:00
add missing parameter 'type' for formField
This commit is contained in:
parent
e870e2071b
commit
5bf6ba8db5
|
@ -191,6 +191,7 @@ function typeahead() { /* {{{ */
|
|||
getMLText("search_query"),
|
||||
array(
|
||||
'element'=>'input',
|
||||
'type'=>'text',
|
||||
'name'=>'query',
|
||||
'value'=>htmlspecialchars($this->query)
|
||||
)
|
||||
|
@ -413,6 +414,7 @@ function typeahead() { /* {{{ */
|
|||
getMLText("search_query"),
|
||||
array(
|
||||
'element'=>'input',
|
||||
'type'=>'text',
|
||||
'name'=>'query',
|
||||
'value'=>htmlspecialchars($this->query)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user