8000 bug #33662 [Twig] Remove deprecated tag usage (fabpot) · symfony/symfony@be5cd69 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit be5cd69

Browse files
committed
bug #33662 [Twig] Remove deprecated tag usage (fabpot)
This PR was merged into the 4.4 branch. Discussion ---------- [Twig] Remove deprecated tag usage | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | n/a | License | MIT | Doc PR | n/a <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionall E971 y (see https://symfony.com/roadmap): - Always add tests and ensure they pass. - Never break backward compatibility (see https://symfony.com/bc). - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too.) - Features and deprecations must be submitted against branch 4.4. - Legacy code removals go to the master branch. --> Commits ------- cd74cb3 [Twig] Remove deprecated tag usage
2 parents d4e6a37 + cd74cb3 commit be5cd69

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)
0