Skip to content

Commit 443a47f

Browse files
Merge branch '6.2' into 6.3
* 6.2: [Serializer] Fix serializedpath for non scalar types [Serializer] Preserve array keys while denormalize variadic parameters [FrameworkBundle] enable metadata cache when annotation is disabled [DependencyInjection] Fix setting the class of auto-discovery services [FrameworkBundle] Fix auto-discovering validator constraints 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 aebdaa7 + 30e3ad6 commit 443a47f

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)