Replace the id with a class. It's less risky.
https://skitch.com/jesse.beach/fkkf1/netbeans

Move the new class into a template variable and print out the variable.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

karschsp’s picture

Status: Active » Needs review
FileSize
466 bytes

It looks like this was converted to a class somewhere else, and the aggregator-wrapper is already in $classes, so I just changed one line:

<div class="aggregator">

to

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

Status: Needs review » Needs work

The last submitted patch, convert-aggregator-wrapper-html5-1221712.001.patch, failed testing.

karschsp’s picture

Status: Needs work » Needs review

Oh testbot, you're so funny. You tell me one thing but you mean another.

Try again?

andypost’s picture

Status: Needs review » Reviewed & tested by the community

Make sense

catch’s picture

Status: Reviewed & tested by the community » Fixed

Makes sense to me too. Committed/pushed to 8.x.

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

Anonymous’s picture

Issue summary: View changes

updated the description to include moving the class to a template variable.