From: justdave%syndicomm.com <> Date: Thu, 18 Mar 2004 14:31:14 +0000 (+0000) Subject: Bug 24496 part 2: fix burning tinderbox - a couple filters were left out. X-Git-Tag: bugzilla-2.18rc1~178 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71619eca319e21397e034c19b838408000682c30;p=thirdparty%2Fbugzilla.git Bug 24496 part 2: fix burning tinderbox - a couple filters were left out. --- diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 3bbca0cec5..9f01f44a02 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -668,27 +668,27 @@ [% ELSIF error == "still_unresolved_bugs" %] [% IF dependency_count == 1 %] - [% terms.Bug %]# [% dependencies.0.bug_id %] + [% terms.Bug %]# [% dependencies.0.bug_id FILTER none %] has still [% dependencies.0.dependencies FILTER html %] unresolved [% IF dependencies.0.dependencies == 1 %] dependency [% ELSE %] dependencies [% END %]. Show - Dependency Tree. + Dependency Tree. [% ELSE %] - There are [% dependency_count %] open [% terms.bugs %] which + There are [% dependency_count FILTER none %] open [% terms.bugs %] which have unresolved dependencies.
[% FOREACH bug = dependencies %] - [% terms.Bug %]# [% bug.bug_id %] + [% terms.Bug %]# [% bug.bug_id FILTER none %] has [% bug.dependencies FILTER html %] open [% IF bug.dependencies == 1 %] dependency. [% ELSE %] dependencies. [% END %] - (Dependency Tree)
+ (Dependency Tree)
[% END %] [% END %]