typo3-themes/themes_gridelements

Links in carousel-indicators are not working!

Closed this issue · 1 comments

In themes_gridelements/Resources/Private/Templates/Elements/Carousel.html
Line 15 should be:

<li data-target="#c{data.uid}" data-slide-to="{indicator.index}"{f:if(condition:'{indicator.isFirst}',then:' class="active"')}></li>

With data-target="#carousel-{data.uid}" the links in the carousel-indicators are not working!

Fixed and pushed