Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Commit

Permalink
[SwiftmailerBundle] fixed email display in the web profiler when the …
Browse files Browse the repository at this point in the history
…message is not in UTF-8
  • Loading branch information
fabpot committed Oct 16, 2011
1 parent 9d219ad commit bab1b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/Collector/swiftmailer.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{% endfor %}

<p>
<pre>{{ message.body|e('html', message.charset) }}</pre>
<pre>{{ message.body|e('html', message.charset)|convert_encoding('UTF-8', message.charset) }}</pre>
</p>
{% endfor %}
{% endif %}
Expand Down

0 comments on commit bab1b1d

Please sign in to comment.