Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 508a851

Browse files
committed
Merge branch '1.1'
* 1.1: Fix JS error when autocomplete field is empty Use nullable return type formatting content in a email message willdurand/hateoas 2.12 version update (Sylius#9302) Minor documentation changes for product reviews Minor doc fix Correct minor typo in docs Test edge case for orders filtering Provide default times for datetime filter Filtering orders without time scenaio
2 parents 5ff87e7 + da7014b commit 508a851

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Resources/views/Email/contactRequest.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<br/>
99
Content:
1010
<br/>
11-
"{{ data.message }}"
11+
"{{ data.message|nl2br }}"
1212
{% endautoescape %}
1313
{% endblock %}

0 commit comments

Comments
 (0)