By derjochenmeyer on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x
Issue links:
Description:
For consistency with other page elements (breadcrumb, navigation, etc.) messages are now wrapped in their own <div id="messages"> in the default page.tpl.php (modules/system/page.tpl.php):
<?php if ($messages): ?>
<div id="messages"><?php print $messages; ?></div>
<?php endif; ?>
This change could affect CSS-only themes and all themes not implementing their own page.tpl.php.
Impacts:
Themers