Skip to content

Commit

Permalink
Merge pull request #100 from Outdoorsman/fix_carousell
Browse files Browse the repository at this point in the history
Fix carousell
  • Loading branch information
randomresult committed Apr 28, 2014
2 parents 0af0a8b + f4f8d59 commit a11db71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Templates/Content/Carousel.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ <h3>{elementData.header -> f:format.html()}</h3>
-> f:format.raw()}</a>
</f:then>
<f:else>
<a class="carousel-control right" href="#{settings.carousel.id}" data-slide="prev"><span class="glyphicon glyphicon-chevron-right"></span></a>
<a class="carousel-control right" href="#{settings.carousel.id}" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a>
</f:else>
</f:if>
</f:section>
Expand Down

0 comments on commit a11db71

Please sign in to comment.