diff options
author | lpsolit%gmail.com <> | 2006-03-07 08:00:20 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-03-07 08:00:20 +0100 |
commit | 83d3f2a4d652fc80b04e24b7b602f1b022a8df6e (patch) | |
tree | b04d5dbe50c2580b4d9c2704a008dda3e3327ea1 /template | |
parent | 63e1153fc8d019a196e83a343fad5f13872a5c42 (diff) | |
download | bugzilla-83d3f2a4d652fc80b04e24b7b602f1b022a8df6e.tar.gz bugzilla-83d3f2a4d652fc80b04e24b7b602f1b022a8df6e.tar.xz |
fix bustage (bug 286476)
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/process/midair.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/process/midair.html.tmpl b/template/en/default/bug/process/midair.html.tmpl index e0b478cea..aa587a4ca 100644 --- a/template/en/default/bug/process/midair.html.tmpl +++ b/template/en/default/bug/process/midair.html.tmpl @@ -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> |