mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
Fix for MDL-7861.
This commit is contained in:
parent
78354cec8c
commit
bf7b68c25b
@ -52,7 +52,7 @@
|
||||
$this->content->text =
|
||||
'<form id="searchquery" method="get" action="'. $CFG->wwwroot .'/search/query.php"><div>'
|
||||
. '<label for="block_search_q">'. $label .'</label>'
|
||||
. '<input id="block_search_q" type="text" name="query_string" length="50" />'
|
||||
. '<input id="block_search_q" type="text" name="query_string" />'
|
||||
. '<input type="submit" value="'.$button.'" />'
|
||||
. '</div></form>';
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user