Level up your skills at DrupalCon Chicago 2026 with focused Summits and immersive, hands-on Trainings led by community experts.
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; ?>>
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | fix_panels_duplicate_classes-2470261-2.patch | 2.45 KB | ptsimard |
Comments
Comment #1
ptsimard commentedComment #2
ptsimard commentedHere is a patch fixing the duplicate classes.
Comment #3
sylus commentedCommitted and attributed. Thanks for catching this!