mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-42464 mod_chat: Correct use of amp; in session link
This commit is contained in:
parent
9995aa3852
commit
4816e19a6f
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@
|
||||||
|
|
||||||
if ($show_all) {
|
if ($show_all) {
|
||||||
$headingstr = get_string('listing_all_sessions', 'chat') . ' ';
|
$headingstr = get_string('listing_all_sessions', 'chat') . ' ';
|
||||||
$headingstr .= html_writer::link("report.php?id={$cm->id}&show_all=0", get_string('list_complete_sessions', 'chat'));
|
$headingstr .= html_writer::link("report.php?id={$cm->id}&show_all=0", get_string('list_complete_sessions', 'chat'));
|
||||||
echo $OUTPUT->heading($headingstr, 3);
|
echo $OUTPUT->heading($headingstr, 3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue