From 71619eca319e21397e034c19b838408000682c30 Mon Sep 17 00:00:00 2001
From: "justdave%syndicomm.com" <>
Date: Thu, 18 Mar 2004 14:31:14 +0000
Subject: Bug 24496 part 2: fix burning tinderbox - a couple filters were left
out.
---
template/en/default/global/user-error.html.tmpl | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
(limited to 'template')
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index 3bbca0cec..9f01f44a0 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 %]
--
cgit v1.2.3-24-g4f1b