diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-07-25 14:08:19 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-07-25 14:08:19 +0200 |
commit | be2f19f89767d13e97ce4b07754635fe2df5a05a (patch) | |
tree | 4cf1eb41c68307f38f6acd37760b3e3a4e618d3b /template/en | |
parent | 9206610312bbb5d832e04a1643719bf123b99092 (diff) | |
download | bugzilla-be2f19f89767d13e97ce4b07754635fe2df5a05a.tar.gz bugzilla-be2f19f89767d13e97ce4b07754635fe2df5a05a.tar.xz |
Bug 581693: Missing whitespace for the auth_failure_action hook
r/a=mkanat
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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" %] |