Internet Explorer 10 is complaining about this line in Sky theme's page.tpl.php in Commons 7.x-3.0-Beta3. I downloaded the source for release 7.x-3.2 and it doesn't appear to have been fixed yet.

The line is #41 in page.tpl.php:
<div id="columns"<?php print $page['menu_bar'] ? 'class="no-menu-bar"' : '' ;?>>

No whitespace appears between id="columns" and class="no-menu-bar". Changing the line to:

<div id="columns"<?php print $page['menu_bar'] ? ' class="no-menu-bar"' : '' ;?>>

would fix it.

CommentFileSizeAuthor
#2 1977262-attribute-spacing.patch430 byteschrisjlee

Comments

ezra-g’s picture

Project: Drupal Commons » Sky
Version: 7.x-3.2 » 7.x-3.x-dev
Component: Theme » Code

Moving to the Sky issue queue.

chrisjlee’s picture

Status: Active » Needs review
StatusFileSize
new430 bytes

converted issue request to patch

chrisjlee’s picture

Issue summary: View changes

typo

  • Jeff Burnz committed 7b155d6 on 7.x-3.x authored by chrisjlee
    Issue #1977262 by chrisjlee: Malformed start tag. Attributes should be...
Jeff Burnz’s picture

Issue summary: View changes
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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