[Twig] Remove deprecated tag usage

This commit is contained in:
Fabien Potencier 2019-09-22 21:45:18 +02:00
parent 5b5b7de660
commit cd74cb32ef

View File

@ -1,4 +1,4 @@
{% filter inky_to_html|inline_css %}
{% apply inky_to_html|inline_css %}
<html>
<head>
<style>
@ -60,4 +60,4 @@
</container>
</body>
</html>
{% endfilter %}
{% endapply %}