Problem/Motivation
Several variables used in the current accordion are not correctly formatted.
Steps to reproduce
View accordion file and review applied variables.
aria-controls={{ control_id }}
Proposed resolution
Update all variables in the template to be appropriately wrapped
aria-controls='{{ control_id }}'
Issue fork prototype-3443351
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
jldust commentedComment #4
philip_stier commentedLooks good to me @jldust!
Comment #6
jldust commentedThank you, I've included this in the next tagged release.
Comment #7
jldust commented