From a46479d0c8736db551c003024d0337bd4a68fcab Mon Sep 17 00:00:00 2001 From: Mark Côté Date: Mon, 15 Jun 2015 14:28:28 +0800 Subject: Bug 1169312: Missing space in expired-token error --- template/en/default/global/user-error.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/global') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 8c7958649..ae2743c91 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -279,7 +279,7 @@ [% ELSIF error == "auth_invalid_token" %] [% title = 'A token error occurred' %] The token is not valid. It could be because you loaded this page more than - [% constants.MAX_TOKEN_AGE FILTER html %] days ago. + [%= constants.MAX_TOKEN_AGE FILTER html %] days ago. [% ELSIF error == "attachment_deletion_disabled" %] [% title = "Attachment Deletion Disabled" %] -- cgit v1.2.3-24-g4f1b