Skip to content
Snippets Groups Projects
Commit dbafad09 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #314564 by m1mic: made pushbutton footer validate.

parent 853ce248
No related branches found
No related tags found
No related merge requests found
......@@ -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;?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment