MDL-7861, fixing tags

This commit is contained in:
toyomoyo 2006-12-22 06:31:34 +00:00
parent c5f6db7a61
commit 7ac95a7181
2 changed files with 19 additions and 19 deletions

View file

@ -1667,7 +1667,7 @@ function lesson_qtype_menu($qtypes, $selected="", $link="", $onclick="") {
$tabrows = array();
foreach ($qtypes as $qtype => $qtypename) {
$tabrows[] = new tabobject($qtype, "$link&qtype=$qtype\" onClick=\"$onclick\"", $qtypename);
$tabrows[] = new tabobject($qtype, "$link&qtype=$qtype\" onClick=\"$onclick", $qtypename);
}
$tabs[] = $tabrows;
print_tabs($tabs, $selected);