Skip to content

Commit cd74cb3

Browse files
committed
[Twig] Remove deprecated tag usage
1 parent 5b5b7de commit cd74cb3

File tree

1 file changed

+2
-2
lines changed
  • src/Symfony/Bridge/Twig/Resources/views/Email/zurb_2/notification

1 file changed

+2
-2
lines changed

src/Symfony/Bridge/Twig/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)