Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jo Hasenau committed Dec 10, 2014
2 parents 5e40d43 + 9c4fd3d commit 07715f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Templates/Elements/Accordion.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{namespace theme=KayStrobach\Themes\ViewHelpers}
<div class="panel-group" id="accordion-{data.uid}" role="tablist" aria-multiselectable="true">
<div class="panel-group accordion" id="accordion-{data.uid}" role="tablist" aria-multiselectable="true">
<f:for each="{data.tx_gridelements_view_children}" as="panel" iteration="panelnumber">
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="heading{panel.uid}">
Expand Down

0 comments on commit 07715f1

Please sign in to comment.