Delete the "content" div, it's not necessary.

This commit is contained in:
Solomon Peachy 2015-02-21 08:50:40 -05:00
parent 5ba507ba03
commit 0f34f2340a
1 changed files with 0 additions and 3 deletions

View File

@ -574,7 +574,6 @@ http://www.tnet.com/fun-web-products.php for further details.");
}
*/
print "<div id=\"content\">\n";
}
function site_foot() {
@ -591,8 +590,6 @@ function site_foot() {
}
function site_footer($database) {
print "</div>\n";
site_credit();
site_foot();
}