We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb4b11 commit 88d59cfCopy full SHA for 88d59cf
cookbook/email/email.rst
@@ -136,7 +136,7 @@ template might look something like this:
136
Thanks!
137
138
{# Makes an absolute URL to the /images/logo.png file #}
139
- <img src="{{ absolute_url(asset('images/logo.png')) }}"
+ <img src="{{ absolute_url(asset('images/logo.png')) }}">
140
141
.. versionadded:: 2.7
142
The ``absolute_url()`` function was introduced in Symfony 2.7. Prior
0 commit comments