Merge branch '4.4'

* 4.4:
  [Twig] Remove deprecated tag usage
This commit is contained in:
Nicolas Grekas 2019-09-23 12:19:26 +02:00
commit 80841851a7

View File

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