Remove unnecessary div.

This commit is contained in:
tjhunt 2008-09-04 04:53:28 +00:00
parent 5b3990444d
commit 70491f0658

View File

@ -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>';