In the page template, double ID's appear. This is not allowed by W3C.

  <span id="logo" class="grid-1 alpha">
    <a href="<?php print $front_page; ?>" title="<?php print t('Home'); ?>" rel="home" id="logo">
      <img src="<?php print $logo; ?>" alt="<?php print t('Home'); ?>" />
    </a>
  </span>

And the same goes for main-menu.

Comments

tsi’s picture

Fixed in 7.x-1.0-beta3.
Thanks for reporting !

tsi’s picture

Status: Active » Closed (fixed)