Fixed extra quote -- html typo -- reported in http://moodle.org/bugs/bug.php?op=show&bugid=2170.

The bug is not present in HEAD.
This commit is contained in:
martinlanghoff
2004-11-22 23:29:17 +00:00
parent b2a07f418c
commit 3729ab341e
+1 -1
View File
@@ -122,7 +122,7 @@
print_simple_box_start("CENTER");
echo "<table>\n";
echo " <tr><th>".get_string("coursestruct","scorm")."</th></tr>\n";
echo " <tr><td nowrap>\n<ul class=\"scormlist\"'>\n";
echo " <tr><td nowrap>\n<ul class=\"scormlist\">\n";
$incomplete = false;
if ($scoes = get_records_select("scorm_scoes","scorm='$scorm->id' AND organization='$currentorg' order by id ASC")){
$level=0;