summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-09-28 23:26:27 +0000
committerDries Buytaert <dries@buytaert.net>2008-09-28 23:26:27 +0000
commitdbafad09134a3240c9a05941f1cd2bff37cae9a1 (patch)
treec411c34e3d25057ff4385fac49608dffd57863b7 /themes
parent853ce2487a0b2e20619dbaa13efa6e983615564a (diff)
downloadbrdo-dbafad09134a3240c9a05941f1cd2bff37cae9a1.tar.gz
brdo-dbafad09134a3240c9a05941f1cd2bff37cae9a1.tar.bz2
- Patch #314564 by m1mic: made pushbutton footer validate.
Diffstat (limited to 'themes')
-rw-r--r--themes/pushbutton/page.tpl.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/pushbutton/page.tpl.php b/themes/pushbutton/page.tpl.php
index e32aaafec..6d06c0453 100644
--- a/themes/pushbutton/page.tpl.php
+++ b/themes/pushbutton/page.tpl.php
@@ -10,7 +10,7 @@
<?php print $scripts ?>
</head>
-<body bgcolor="#ffffff">
+<body>
<div class="hide"><a href="#content" title="<?php print t('Skip navigation') ?>." accesskey="2"><?php print t('Skip navigation') ?></a>.</div>
@@ -112,7 +112,7 @@
<?php if ($footer_message || $footer) : ?>
<div id="footer-message">
- <p><?php print $footer_message . $footer;?></p>
+ <?php print $footer_message . $footer;?>
</div>
<?php endif; ?>
<?php print $closure;?>