From dbafad09134a3240c9a05941f1cd2bff37cae9a1 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Sun, 28 Sep 2008 23:26:27 +0000 Subject: [PATCH] - Patch #314564 by m1mic: made pushbutton footer validate. --- themes/pushbutton/page.tpl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/pushbutton/page.tpl.php b/themes/pushbutton/page.tpl.php index e32aaafece2a..6d06c04530b2 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;?> -- GitLab