N°6948 - Upgrade "symfony/twig-bridge" to v5.4.31

This commit is contained in:
Molkobain
2023-11-13 15:16:49 +01:00
parent 4d5a704d9a
commit eb7c971091
27 changed files with 326 additions and 250 deletions

View File

@@ -1,7 +1,7 @@
/*
* Copyright (c) 2017 ZURB, inc. -- MIT License
*
* https://raw.githubusercontent.com/foundation/foundation-emails/v2.2.1/dist/foundation-emails.css
* https://github.com/foundation/foundation-emails/blob/v2.2.1/dist/foundation-emails.css
*/
.wrapper {

View File

@@ -26,7 +26,7 @@
{% if markdown %}
{{ include('@email/zurb_2/notification/content_markdown.html.twig') }}
{% else %}
{{ (raw ? content|raw : content)|nl2br }}
{{ raw ? content|raw : content|nl2br }}
{% endif %}
{% endblock %}