From: toyomoyo Date: Mon, 18 Dec 2006 05:03:36 +0000 (+0000) Subject: MDL-7861, fixing minor xhtml strict problem X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e4f86bb041c870d7040e8245f310c22d07ccced2;p=moodle.git MDL-7861, fixing minor xhtml strict problem --- diff --git a/admin/roles/assign.html b/admin/roles/assign.html index 179e25c9fa..7faeb9245f 100755 --- a/admin/roles/assign.html +++ b/admin/roles/assign.html @@ -1,4 +1,4 @@ - +
diff --git a/admin/roles/assign.php b/admin/roles/assign.php index a8419543a6..d49957c503 100755 --- a/admin/roles/assign.php +++ b/admin/roles/assign.php @@ -98,13 +98,13 @@ if ($courseid != SITEID) { print_header("$fullname", "$fullname", "wwwroot/course/view.php?id=$course->id\">$course->shortname -> - wwwroot/user/index.php?id=$course->id\">$strparticipants -> wwwroot/user/view.php?id=$userid&course=$courseid\">$fullname ->".$straction, + wwwroot/user/index.php?id=$course->id\">$strparticipants -> wwwroot/user/view.php?id=$userid&course=$courseid\">$fullname ->".$straction, "", "", true, " ", navmenu($course)); /// site header } else { print_header("$course->fullname: $fullname", "$course->fullname", - "wwwroot/user/view.php?id=$userid&course=$courseid\">$fullname -> $straction", "", "", true, " ", navmenu($course)); + "wwwroot/user/view.php?id=$userid&course=$courseid\">$fullname -> $straction", "", "", true, " ", navmenu($course)); } $showroles = 1; diff --git a/admin/roles/tabs.php b/admin/roles/tabs.php index e3dc0117d9..94e647e66c 100755 --- a/admin/roles/tabs.php +++ b/admin/roles/tabs.php @@ -66,7 +66,7 @@ if ($currenttab != 'update') { $COURSE = $course; print_header_simple($streditinga, '', "wwwroot/mod/$module->name/index.php?id=$course->id\">$strmodulenameplural -> - $strnav wwwroot/course/mod.php?update=$cm->id&sesskey=".sesskey()."\">$streditinga -> $straction", $focuscursor, "", false); + $strnav wwwroot/course/mod.php?update=$cm->id&sesskey=".sesskey()."\">$streditinga -> $straction", $focuscursor, "", false); break;