From f23541f3fb61ced33a6ce3eb271b09bb087bf070 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Fri, 16 Feb 2018 10:32:44 +0800 Subject: [PATCH] MDL-61462 admin_roles: Point back to roles link to the correct URL --- admin/roles/assign.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/roles/assign.php b/admin/roles/assign.php index 889a2d111dc..eada1e9cc6b 100644 --- a/admin/roles/assign.php +++ b/admin/roles/assign.php @@ -245,7 +245,7 @@ if ($roleid) { $select = new single_select($PAGE->url, 'roleid', $nameswithcounts, $roleid, null); $select->label = get_string('assignanotherrole', 'core_role'); echo $OUTPUT->render($select); - echo '

' . get_string('backtoallroles', 'core_role') . '

'; + echo '

' . get_string('backtoallroles', 'core_role') . '

'; echo ''; } else if (empty($assignableroles)) {