Skip to content

Commit

Permalink
twig v3: Use apply spaceless
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Kuzmych committed May 4, 2023
1 parent fd70af6 commit 758a58c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
* @ingroup themeable
*/
#}
{% spaceless %}
{% apply spaceless %}
<dl>
{% for type in types %}
<dt>{{ type.link }}</dt>
{% endfor %}
</dl>
{% endspaceless %}
{% endapply %}

0 comments on commit 758a58c

Please sign in to comment.