xhtml fixes for MDL-7861.

This commit is contained in:
vyshane 2006-12-20 02:25:52 +00:00
parent 2ba9db3cd5
commit 048e3e2121

View File

@ -59,9 +59,6 @@
default: print_string("section"); break;
}
echo " $i</h2>";
echo "<ul>";
echo "<table cellpadding=\"4\" cellspacing=\"0\">";
$sectionmods = explode(",", $section->sequence);
@ -88,9 +85,6 @@
}
echo "</table>";
print_simple_box_end();
echo "</ul>";
}
}
}
@ -125,5 +119,4 @@ function print_outline_row($mod, $instance, $result) {
echo "</tr>";
}
?>
?>