From be2f19f89767d13e97ce4b07754635fe2df5a05a Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sun, 25 Jul 2010 14:08:19 +0200 Subject: Bug 581693: Missing whitespace for the auth_failure_action hook r/a=mkanat --- template/en/default/global/user-error.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/global/user-error.html.tmpl') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index efd5f7001..635c02971 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -154,7 +154,7 @@ [% ELSIF action == "approve" %] approve [% ELSE %] - [% Hook.process('auth_failure_action') %] + [%+ Hook.process('auth_failure_action') %] [% END %] [% IF object == "administrative_pages" %] -- cgit v1.2.3-24-g4f1b