summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2005-12-22 12:28:31 +0000
committerxgizzmo <xgizzmo@ampache>2005-12-22 12:28:31 +0000
commit7366f839459b4211d883d84d345b94aa10e44060 (patch)
treecf46eb1cd762ef4bb7a3441d3c9754aa333d75e1
parent9758b4e3007e3af2bc0a6f56ddd0a06e8ef40cad (diff)
downloadampache-7366f839459b4211d883d84d345b94aa10e44060.tar.gz
ampache-7366f839459b4211d883d84d345b94aa10e44060.tar.bz2
ampache-7366f839459b4211d883d84d345b94aa10e44060.zip
XHTML clean up to pass w3c test.
-rw-r--r--templates/footer.inc3
-rw-r--r--templates/header.inc2
2 files changed, 3 insertions, 2 deletions
diff --git a/templates/footer.inc b/templates/footer.inc
index eda86358..894bb74a 100644
--- a/templates/footer.inc
+++ b/templates/footer.inc
@@ -1,3 +1,4 @@
- </div>
+</div> <!-- end id="content"-->
+</div> <!-- end id="maincontainer"-->
</body>
</html>
diff --git a/templates/header.inc b/templates/header.inc
index ad664142..53b5210d 100644
--- a/templates/header.inc
+++ b/templates/header.inc
@@ -63,5 +63,5 @@ $location = get_location();
<!-- This is the sidebar -->
<?php require_once(conf('prefix') . '/templates/sidebar.inc.php'); ?>
</div>
- <div id="content" width="100%" valign="top" style="padding-top:10px;padding-left:10px;">
+ <div id="content" style="padding-top:10px;padding-left:10px;width='100%'; valign='top'; ">
<!-- Start Main Page -->