From e0abf5a6e9bc24ddda2b38d260859192a6bbbc3a Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Thu, 25 Apr 2002 01:25:49 +0000 Subject: Bug 136180 - use uri/url_quote filters correctly. Patch by ddk; 2xr=gerv. --- template/en/default/account/email/change-new.txt.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/account/email/change-new.txt.tmpl') diff --git a/template/en/default/account/email/change-new.txt.tmpl b/template/en/default/account/email/change-new.txt.tmpl index 5a5ae2535..4739c50e7 100644 --- a/template/en/default/account/email/change-new.txt.tmpl +++ b/template/en/default/account/email/change-new.txt.tmpl @@ -27,10 +27,10 @@ for the [% oldemailaddress %] account to your address. To confirm the change, visit the following link: -[% Param('urlbase') %]token.cgi?a=cfmem&t=[% token FILTER html %] +[% Param('urlbase') %]token.cgi?a=cfmem&t=[% token FILTER url_quote %] If you are not the person who made this request, or you wish to cancel this request, visit the following link: -[% Param('urlbase') %]token.cgi?a=cxlem&t=[% token FILTER html %] +[% Param('urlbase') %]token.cgi?a=cxlem&t=[% token FILTER url_quote %] -- cgit v1.2.3-24-g4f1b