mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
String should be printed using s() MDL-6779
This commit is contained in:
parent
2f21754261
commit
40cbc8bb70
@ -187,7 +187,7 @@ class block_admin_tree extends block_base {
|
||||
|
||||
$this->content->footer = '<div class="adminsearchform">'.
|
||||
'<form action="'.$CFG->wwwroot.'/admin/search.php" method="get">'.
|
||||
'<input type="text" name="query" size="8" value="'.$searchcontent.'" />'.
|
||||
'<input type="text" name="query" size="8" value="'.s($searchcontent).'" />'.
|
||||
'<input type="submit" value="'.get_string('search').'" />'.
|
||||
'</form></div>';
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user