8000 minor #5720 adding closing tag (InfoTracer) · symfony/symfony-docs@1d1578e · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d1578e

Browse files
committed
minor #5720 adding closing tag (InfoTracer)
This PR was merged into the 2.7 branch. Discussion ---------- adding closing tag adding the closing tag of the img element in the example code Commits ------- 88d59cf adding closing tag
2 parents 9eb4b11 + 88d59cf commit 1d1578e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/email/email.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ template might look something like this:
136136
Thanks!
137137

138138
{# Makes an absolute URL to the /images/logo.png file #}
139-
<img src="{{ absolute_url(asset('images/logo.png')) }}"
139+
<img src="{{ absolute_url(asset('images/logo.png')) }}">
140140

141141
.. versionadded:: 2.7
142142
The ``absolute_url()`` function was introduced in Symfony 2.7. Prior

0 commit comments

Comments
 (0)
0