Skip to content

Commit

Permalink
remove spaceless
Browse files Browse the repository at this point in the history
  • Loading branch information
stentrop committed Sep 24, 2024
1 parent c0e51bb commit 53cc3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/Widgets/Common/LinkWidget.twig
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
{%- if icon != "none" -%}
<i class="fa {{ icon }} ml-1" aria-hidden="true" style="line-height: inherit"></i>
{%- endif -%}
{{- text -}} - {{ Twig.print("i") }}
{{ text }} - {{ Twig.print("i") }}
{{ Twig.do("set i = i + 1") }}
</a>
{{ Twig.endfor() }}
Expand Down

0 comments on commit 53cc3a5

Please sign in to comment.