Skip to content

Commit

Permalink
BUGFIX #121
Browse files Browse the repository at this point in the history
  • Loading branch information
t3solution committed Jul 15, 2021
1 parent dc244f1 commit b364e1c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
</f:if>
<f:switch expression="{appearance}">
<f:case value="accordion">
<div id="accordion-{data.uid}" class="collapsible-accordion" role="tablist">
<div id="accordion-{f:if(condition: '{data._LOCALIZED_UID}', then: '{data._LOCALIZED_UID}', else: '{data.uid}')}"
class="collapsible-accordion" role="tablist">
<f:for each="{col_277}" as="row">
{row.renderedContent -> f:format.raw()}
</f:for>
Expand Down

0 comments on commit b364e1c

Please sign in to comment.