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/header.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/header.inc')
-rw-r--r-- | templates/header.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 --> |