8000 minor tweak thanks to Javier · symfony/symfony-docs@67efb2b · GitHub
[go: up one dir, main page]

Skip to content

Commit 67efb2b

Browse files
committed
minor tweak thanks to Javier
1 parent 5ab1adf commit 67efb2b

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
@@ -132,7 +132,7 @@ template might look something like this:
132132
<h3>You did it! You registered!</h3>
133133

134134
{# example, assuming you have a route named "login" $}
135-
To login, go to: {{ url('login') }}.
135+
To login, go to: <a href="{{ url('login') }}">...</a>.
136136

137137
Thanks!
138138

0 commit comments

Comments
 (0)
0