From 7eb98397dcb31d3fc301ce037b50e1216e6830fe Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Wed, 18 Mar 2015 09:22:16 +0000 Subject: [PATCH] Revert "MDL-49121 mod_lesson: Fixed typo in link creation" This reverts commit feb8ca8c72dcf429d3c06df6587b57221ae615f4. --- mod/lesson/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"];