The following duplicate class specification exists for div.inside in page.tpl.php:

<div id="wrapper">
  <div id="primary">
    <div class="inside" class="clearfix">

Comments

rhache’s picture

Status: Active » Postponed (maintainer needs more info)

Not sure what is meant here. Needs some clarification.

The inside class is used in a few places in the page tpl, but I'm not sure this is a bug, since it's by design.

hmmdinger’s picture

It's a syntax issue: there are two individual class attributes being assigned to one div.

Shouldn't the code involved be <div class="inside clearfix"> ?

rhache’s picture

Assigned: Unassigned » rhache
rhache’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

This has been fixed in the 2.6 release.

Thanks,
Rene