mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 14:02:32 +02:00
MDL-69128 admin: Convert HTML entities when populating tasklogs filter
This commit is contained in:
parent
49a9e8b07d
commit
c6ffe9588e
@ -66,7 +66,7 @@ echo $OUTPUT->header();
|
||||
// Output the search form.
|
||||
echo $OUTPUT->render_from_template('core_admin/tasklogs', (object) [
|
||||
'action' => $pageurl->out(),
|
||||
'filter' => $filter,
|
||||
'filter' => htmlentities($filter),
|
||||
'resultfilteroptions' => [
|
||||
(object) [
|
||||
'value' => -1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user