mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Remove unnecessary div.
This commit is contained in:
parent
5b3990444d
commit
70491f0658
1 changed files with 0 additions and 2 deletions
|
@ -107,7 +107,6 @@
|
|||
|
||||
/// Start the main column.
|
||||
echo '<div id="middle-column">';
|
||||
print_container_start();
|
||||
echo skip_main_destination();
|
||||
|
||||
/// Summary table start ============================================================================
|
||||
|
@ -249,7 +248,6 @@
|
|||
echo "</div>";
|
||||
|
||||
// End middle column.
|
||||
print_container_end();
|
||||
echo '</div>';
|
||||
|
||||
echo '<div class="clearer"></div>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue