diff --git a/mod/lesson/report.php b/mod/lesson/report.php index 08836b58552..2ef9fa1ce8c 100644 --- a/mod/lesson/report.php +++ b/mod/lesson/report.php @@ -244,7 +244,7 @@ if ($action === 'delete') { } $temp .= "id&action=reportdetail&"; - $temp .= "userid=".$try['userid']."&try=".$try['try']."\" class=\"lesson-attempt-link\">"; + $temp .= "userid=".$try['userid']."&try=".$try['try']." class=\"lesson-attempt-link\">"; if ($try["grade"] !== null) { // If null then not done yet. // This is what the link does when the user has completed the try. $timetotake = $try["timeend"] - $try["timestart"];