Skip to content

Commit 248345c

Browse files
committed
[Twig] Remove deprecated tag usage
1 parent 716b06f commit 248345c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/views/Email/zurb_2/notification/body.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% filter inky_to_html|inline_css %}
1+
{% apply inky_to_html|inline_css %}
22
<html>
33
<head>
44
<style>
@@ -60,4 +60,4 @@
6060
</container>
6161
</body>
6262
</html>
63-
{% endfilter %}
63+
{% endapply %}

0 commit comments

Comments
 (0)