wetkit_omega is still outputting duplicate classes on panels panes. It was fixed to nodes and other templates in #2232467: wetkit_omega node.tpl is outputting 'class' twices but panels have been overlooked.

It seem to have been fixed in omega but not propagated to wetkit_omega.

omega's panels-pane.tpl.php has:

<div<?php print $attributes; ?>>

wetkit_omega's panels-pane.tpl.php has:

<div class="<?php print $classes; ?>" <?php print $id; ?> <?php print $attributes; ?>>

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ptsimard’s picture

Issue summary: View changes
ptsimard’s picture

Status: Active » Needs review
FileSize
2.45 KB

Here is a patch fixing the duplicate classes.

sylus’s picture

Status: Needs review » Fixed

Committed and attributed. Thanks for catching this!

  • sylus committed 49f1c7a on
    Fixed WetKit Omega for Issue #2470261 by ptsimard: Duplicate classes on...

Status: Fixed » Closed (fixed)

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