From 8d762094667cd2c0c9b4831a2909f069a16e5e9c Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Mon, 1 Apr 2002 08:04:14 +0000 Subject: Fix for bug 133425: adding missing FILTERs in the template Patch by Andreas Franke r = Gerv x2 --- template/default/show/show_bug.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'template') diff --git a/template/default/show/show_bug.html.tmpl b/template/default/show/show_bug.html.tmpl index fa501a4d1..994bc4ae5 100644 --- a/template/default/show/show_bug.html.tmpl +++ b/template/default/show/show_bug.html.tmpl @@ -95,7 +95,7 @@ [% FOREACH c = bug.cc %] - + [% END %]
@@ -383,7 +383,7 @@ [% IF bug.resolution %] Clear the resolution (remove the current resolution of - [% bug.resolution %])
+ [% bug.resolution FILTER html %])
[% knum = knum + 1 %] [% END %] -- cgit v1.2.1