From e2951803c48a1871d6c99a1b1be3c29f440c2faa Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Fri, 13 Apr 2012 01:31:51 +0200 Subject: Fix bustage (missing filter) --- template/en/default/global/user-error.html.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template/en/default') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 21fb68141..3b2eca6d4 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1619,7 +1619,8 @@ an account [% END %] token too recently to request another. - Please wait [% constants.ACCOUNT_CHANGE_INTERVAL %] minutes then try again. + Please wait [% constants.ACCOUNT_CHANGE_INTERVAL FILTER html %] minutes + then try again. [% ELSIF error == "unknown_action" %] [% IF action %] -- cgit v1.2.3-24-g4f1b