Skip to content

Commit

Permalink
Fixed invalid twig filer:
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Aug 15, 2024
1 parent 9f2e541 commit e55d8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/landing/templates/documentation/dsl.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<div class="grid grid-cols-2 mb-2">
<div class="text-left">
<h4 class="mb-2 inline" id="dsl-{{ definition.name }}">
<a href="{{ path('documentation_dsl_function', {module: definition.module|lower, function: definition.name|lo, _fragment: "dsl-function"}) }}" class="text-white">
<a href="{{ path('documentation_dsl_function', {module: definition.module|lower, function: definition.name|lower, _fragment: "dsl-function"}) }}" class="text-white">
<img src="{{ asset('images/icons/link.svg') }}" width="16" height="16" alt="feature" class="inline">
{{ definition.name }}
</a>
Expand Down

0 comments on commit e55d8bf

Please sign in to comment.