The header area of maintenance-page.tpl.php is missing a <span> element that should wrap $site_name for consistency with page.tpl.php. The result of this is that if anyone normally applies CSS on the span element this styling will not be applied when the page is in maintenance mode.

To fix simply wrap print $site_name; with opening and closing tags.

Comments

joeyabbs’s picture

Fix: <span><?php print $site_name; ?></span>

Patch attached: http://drupal.org/files/maintenance-bug-1082242-4172372.patch

joeyabbs’s picture

Status: Active » Needs review
joeyabbs’s picture

Version: 7.x-3.x-dev » 7.x-5.x-dev
JohnAlbin’s picture

Title: Inconsistencies in Maintence page header markup » Maintenance page is missing span around site name
Status: Needs review » Fixed

Thanks, Joey! You're in the CHANGELOG now.

Fixed. http://drupalcode.org/project/zen.git/commit/500bd07

joeyabbs’s picture

Thanks John!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.