MDL-60235 core_calendar: clean event name field
This commit is contained in:
committed by
Mr. Jenkins (CiBoT)
parent
12b47586bb
commit
4f04ad2d19
+1
-1
@@ -1457,7 +1457,7 @@ function calendar_get_mini($courses, $groups, $users, $calmonth = false, $calyea
|
||||
$name = format_string($event->name, true);
|
||||
}
|
||||
}
|
||||
$popupcontent .= \html_writer::link($dayhref, $name);
|
||||
$popupcontent .= \html_writer::link($dayhref, clean_text($name));
|
||||
$popupcontent .= \html_writer::end_tag('div');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user