]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 581693: Missing whitespace for the auth_failure_action hook
authorFrédéric Buclin <LpSolit@gmail.com>
Sun, 25 Jul 2010 12:09:30 +0000 (14:09 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sun, 25 Jul 2010 12:09:30 +0000 (14:09 +0200)
r/a=mkanat

template/en/default/global/user-error.html.tmpl

index 3e77a79ba67a5937f49e3ffd444264489bcaa41f..6aaf4811e17d07cc2ac03ec4a1ecd8f47989eb36 100644 (file)
     [% ELSIF action == "approve" %]
       approve
     [% ELSE %]
-      [% Hook.process('auth_failure_action') %]
+      [%+ Hook.process('auth_failure_action') %]
     [% END %]
 
     [% IF object == "administrative_pages" %]