Skip to content

Commit

Permalink
MDL-60235 core_calendar: clean event name field
Browse files Browse the repository at this point in the history
  • Loading branch information
lameze authored and Mr. Jenkins (CiBoT) committed Jan 8, 2018
1 parent f5f0074 commit a1eb472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calendar/lib.php
Expand Up @@ -411,7 +411,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');
}

Expand Down

0 comments on commit a1eb472

Please sign in to comment.