diff options
author | jocuri%softhome.net <> | 2004-07-31 05:25:50 +0000 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-07-31 05:25:50 +0000 |
commit | 1ffd632931b05caea45f9c48079b455d156086be (patch) | |
tree | 4e32dc8e51c833305a5f160c1041609ae90cbfda | |
parent | e0779526883e06fdd418557d7f5928b3ec443e43 (diff) | |
download | bugs-1ffd632931b05caea45f9c48079b455d156086be.tar bugs-1ffd632931b05caea45f9c48079b455d156086be.tar.gz bugs-1ffd632931b05caea45f9c48079b455d156086be.tar.bz2 bugs-1ffd632931b05caea45f9c48079b455d156086be.tar.xz bugs-1ffd632931b05caea45f9c48079b455d156086be.zip |
Patch for bug 53452: Mid-air collision: allow copy-paste of the comment from a textarea; patch by Brodie Thiesfield <brofield@jellycan.com>; r=kiko, a=justdave.
-rw-r--r-- | template/en/default/bug/process/midair.html.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/bug/process/midair.html.tmpl b/template/en/default/bug/process/midair.html.tmpl index de6559582..eaad633c2 100644 --- a/template/en/default/bug/process/midair.html.tmpl +++ b/template/en/default/bug/process/midair.html.tmpl @@ -61,6 +61,11 @@ [% END %] <p> + Your additional comment was:<br> + <blockquote><pre>[% form.comment FILTER html %]</pre></blockquote> +</p> + +<p> You have the following choices: </p> |