]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix bustage (bug 286476)
authorlpsolit%gmail.com <>
Tue, 7 Mar 2006 07:03:27 +0000 (07:03 +0000)
committerlpsolit%gmail.com <>
Tue, 7 Mar 2006 07:03:27 +0000 (07:03 +0000)
template/en/default/bug/process/midair.html.tmpl

index e0b478ceaf61d6e5688ea4385726864255c7699d..aa587a4ca2643ef55b281618b6a2ddd2436c0f40 100644 (file)
@@ -62,7 +62,7 @@
 </p>
 [% END %]
 
-[% IF defined cgi.param("comment") %]
+[% IF cgi.param("comment") %]
 <p>
   Your comment was:<br>
   <blockquote><pre>[% cgi.param("comment") FILTER wrap_comment FILTER html %]</pre></blockquote>