diff options
Diffstat (limited to 'template/en/default/account/email/confirm.html.tmpl')
-rw-r--r-- | template/en/default/account/email/confirm.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/account/email/confirm.html.tmpl b/template/en/default/account/email/confirm.html.tmpl index ebba5c76f..140c54e0d 100644 --- a/template/en/default/account/email/confirm.html.tmpl +++ b/template/en/default/account/email/confirm.html.tmpl @@ -30,7 +30,7 @@ </p> <form method="post" action="token.cgi"> - <input type="hidden" name="t" value=[% token FILTER html %]> + <input type="hidden" name="t" value="[% token FILTER html %]"> <input type="hidden" name="a" value="chgem"> <table> <tr> |