Skip to content

Commit

Permalink
fix: image end link not escaped.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Thulin committed Sep 30, 2024
1 parent cd6a564 commit bd89cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/php/Component/Slider__item/slider__item.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
@endif

{{-- Link (close) --}}
{{ $link ? '</a>' : '' }}
{!! $link ? '</a>' : '' !!}

</section>

0 comments on commit bd89cdb

Please sign in to comment.