MDL-7861, fixing xhtml strict problem

This commit is contained in:
toyomoyo 2006-12-21 05:48:08 +00:00
parent e777bc9aeb
commit 4b75f9f8ef
2 changed files with 2 additions and 2 deletions

View File

@ -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"));
}

View File

@ -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&amp;action=adminlist\">".
get_string("administration")."</a>\n";