Skip to content

Commit f8a0e06

Browse files
committed
bug #871 [make:registration] URL should be escaped (Seldaek)
This PR was merged into the 1.0-dev branch. Discussion ---------- [make:registration] URL should be escaped Commits ------- 848e350 URL should be escaped
2 parents d01a475 + 848e350 commit f8a0e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/skeleton/registration/twig_email.tpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p>
44
Please confirm your email address by clicking the following link: <br><br>
5-
<a href="{{ signedUrl|raw }}">Confirm my Email</a>.
5+
<a href="{{ signedUrl }}">Confirm my Email</a>.
66
This link will expire in {{ expiresAtMessageKey|trans(expiresAtMessageData, 'VerifyEmailBundle') }}.
77
</p>
88

0 commit comments

Comments
 (0)