From 517c97d71472b9ab87cc9a78e48fa0156e9d1fea Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 7 Mar 2006 07:03:27 +0000 Subject: [PATCH] Fix bustage (bug 286476) --- template/en/default/bug/process/midair.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/en/default/bug/process/midair.html.tmpl b/template/en/default/bug/process/midair.html.tmpl index e0b478ceaf..aa587a4ca2 100644 --- a/template/en/default/bug/process/midair.html.tmpl +++ b/template/en/default/bug/process/midair.html.tmpl @@ -62,7 +62,7 @@

[% END %] -[% IF defined cgi.param("comment") %] +[% IF cgi.param("comment") %]

Your comment was:

[% cgi.param("comment") FILTER wrap_comment FILTER html %]
-- 2.47.2