mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
MDL-48025 user: fixed typo in user_search HTML
This commit is contained in:
parent
9ebee5df8e
commit
f836166a8a
@ -158,7 +158,7 @@ class core_user_renderer extends plugin_renderer_base {
|
||||
$content .= html_writer::end_tag('div');
|
||||
|
||||
$content .= html_writer::end_tag('div');
|
||||
$content .= html_writer::tag('div', ' ');
|
||||
$content .= html_writer::tag('div', ' ');
|
||||
$content .= html_writer::end_tag('form');
|
||||
|
||||
return $content;
|
||||
|
Loading…
x
Reference in New Issue
Block a user