Skip to content

Commit 30e3ad6

Browse files
Merge branch '5.4' into 6.2
* 5.4: [Serializer] Preserve array keys while denormalize variadic parameters [FrameworkBundle] enable metadata cache when annotation is disabled TranslatorBag::diff now iterates over catalogue domains instead of operation domains [HttpClient] Fix not calling the on progress callback when canceling a MockResponse [TwigBridge] Fix raw content rendering in HTML notification emails
2 parents 3414196 + e5b1744 commit 30e3ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/Email/zurb_2/notification/body.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
{% if markdown %}
2727
{{ include('@email/zurb_2/notification/content_markdown.html.twig') }}
2828
{% else %}
29-
{{ (raw ? content|raw : content)|nl2br }}
29+
{{ raw ? content|raw : content|nl2br }}
3030
{% endif %}
3131
{% endblock %}
3232

0 commit comments

Comments
 (0)