diff options
author | xgizzmo <xgizzmo@ampache> | 2005-12-22 12:28:31 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2005-12-22 12:28:31 +0000 |
commit | 7366f839459b4211d883d84d345b94aa10e44060 (patch) | |
tree | cf46eb1cd762ef4bb7a3441d3c9754aa333d75e1 /templates/footer.inc | |
parent | 9758b4e3007e3af2bc0a6f56ddd0a06e8ef40cad (diff) | |
download | ampache-7366f839459b4211d883d84d345b94aa10e44060.tar.gz ampache-7366f839459b4211d883d84d345b94aa10e44060.tar.bz2 ampache-7366f839459b4211d883d84d345b94aa10e44060.zip |
XHTML clean up to pass w3c test.
Diffstat (limited to 'templates/footer.inc')
-rw-r--r-- | templates/footer.inc | 3 |
1 files changed, 2 insertions, 1 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> |