mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-7861, fixing xhtml strict problem
This commit is contained in:
parent
e777bc9aeb
commit
4b75f9f8ef
@ -800,7 +800,7 @@
|
||||
}
|
||||
break;
|
||||
} // end of switch
|
||||
|
||||
echo "</div>"; // not sure where this one came from MDL-7861
|
||||
redirect("view.php?id=$cm->id", get_string("savedok","workshop"));
|
||||
}
|
||||
|
||||
|
@ -305,7 +305,7 @@
|
||||
$currentgroup = get_current_group($course->id);
|
||||
|
||||
/// Print admin links
|
||||
echo "<td align=\"right\">";
|
||||
echo "<table width=\"100%\"><tr><td>";
|
||||
echo "<a href=\"submissions.php?id=$cm->id&action=adminlist\">".
|
||||
get_string("administration")."</a>\n";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user