mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
xhtml fixes for MDL-7861.
This commit is contained in:
parent
2ba9db3cd5
commit
048e3e2121
@ -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>";
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user