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

- Patch #882796 by derjochenmeyer: wrap messages in an own #messages DIV in default page.tpl.php.

parent fcac699e
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -112,7 +112,9 @@
<div id="breadcrumb"><?php print $breadcrumb; ?></div>
<?php endif; ?>
<?php print $messages; ?>
<?php if ($messages): ?>
<div id="messages"><?php print $messages; ?></div>
<?php endif; ?>
<div id="main-wrapper"><div id="main" class="clearfix">
......
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