Twig icon indicating copy to clipboard operation
Twig copied to clipboard

[html-extra] filter classes

Open kbond opened this issue 1 year ago • 0 comments
trafficstars

A small formatting change to avoid double spaces:

class="{{ html_classes('a', false ? 'b', true ? 'c') }}"

{# before #}
class="a  c"

{# after #}
class="a c"

kbond avatar Jan 23 '24 14:01 kbond