add missing parameter 'type' for formField

This commit is contained in:
Uwe Steinmann 2021-05-05 14:12:36 +02:00
parent e870e2071b
commit 5bf6ba8db5

View File

@ -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)
)