diff options
author | timeless%mozdev.org <> | 2006-03-07 07:34:49 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2006-03-07 07:34:49 +0100 |
commit | a13a1f0ff55fe8d24e6ee6b84c85aa8f96d9816d (patch) | |
tree | 5dc089eb845030311d3b2518c1ee8a9e76e0d661 /template/en/default/bug/process | |
parent | 88f0442c7c99176b49be4b6798e88005c6266216 (diff) | |
download | bugzilla-a13a1f0ff55fe8d24e6ee6b84c85aa8f96d9816d.tar.gz bugzilla-a13a1f0ff55fe8d24e6ee6b84c85aa8f96d9816d.tar.xz |
Bug 286476 - Mid-air collision should indicate that i didn't make a comment instead of leaving me with a confusing blank space
r=lpsolit a=myk
Diffstat (limited to 'template/en/default/bug/process')
-rw-r--r-- | template/en/default/bug/process/midair.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/bug/process/midair.html.tmpl b/template/en/default/bug/process/midair.html.tmpl index 01b9916dd..e0b478cea 100644 --- a/template/en/default/bug/process/midair.html.tmpl +++ b/template/en/default/bug/process/midair.html.tmpl @@ -62,10 +62,12 @@ </p> [% END %] +[% IF defined cgi.param("comment") %] <p> Your comment was:<br> <blockquote><pre>[% cgi.param("comment") FILTER wrap_comment FILTER html %]</pre></blockquote> </p> +[% END %] <p> You have the following choices: |