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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user