mirror of
https://github.com/moodle/moodle.git
synced 2025-02-19 07:41:02 +01:00
Remove unnecessary div.
This commit is contained in:
parent
5b3990444d
commit
70491f0658
@ -107,7 +107,6 @@
|
|||||||
|
|
||||||
/// Start the main column.
|
/// Start the main column.
|
||||||
echo '<div id="middle-column">';
|
echo '<div id="middle-column">';
|
||||||
print_container_start();
|
|
||||||
echo skip_main_destination();
|
echo skip_main_destination();
|
||||||
|
|
||||||
/// Summary table start ============================================================================
|
/// Summary table start ============================================================================
|
||||||
@ -249,7 +248,6 @@
|
|||||||
echo "</div>";
|
echo "</div>";
|
||||||
|
|
||||||
// End middle column.
|
// End middle column.
|
||||||
print_container_end();
|
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
|
||||||
echo '<div class="clearer"></div>';
|
echo '<div class="clearer"></div>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user