From 206d45590bda519c21bf68db842fbcf779d439f3 Mon Sep 17 00:00:00 2001
From: "lpsolit%gmail.com"
Date: Mon, 6 Mar 2006 23:00:20 +0000
Subject: [PATCH] fix bustage (bug 286476)
---
.../bugzilla/template/en/default/bug/process/midair.html.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webtools/bugzilla/template/en/default/bug/process/midair.html.tmpl b/webtools/bugzilla/template/en/default/bug/process/midair.html.tmpl
index e0b478ceaf6..aa587a4ca26 100644
--- a/webtools/bugzilla/template/en/default/bug/process/midair.html.tmpl
+++ b/webtools/bugzilla/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 %]