diff options
author | 2005-11-05 20:40:47 +0000 | |
---|---|---|
committer | 2005-11-05 20:40:47 +0000 | |
commit | efd65f18b86b1e1f350596ff4c767542e63255b4 (patch) | |
tree | ca8a34dff063ad29ef6323d45cec825693ed1325 | |
parent | Bug 315129: [PostgreSQL] Attachments are sorted by last changed time instead ... (diff) | |
download | bugzilla-efd65f18b86b1e1f350596ff4c767542e63255b4.tar.gz bugzilla-efd65f18b86b1e1f350596ff4c767542e63255b4.tar.bz2 bugzilla-efd65f18b86b1e1f350596ff4c767542e63255b4.zip |
Bug 313432: Comments don't word-wrap in the "here's your comment for cut-n-paste" in a mid-air collision - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat r=LpSolit a=justdave
-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 2c2427616..d5ae5fbf6 100644 --- a/template/en/default/bug/process/midair.html.tmpl +++ b/template/en/default/bug/process/midair.html.tmpl @@ -64,7 +64,7 @@ <p> Your comment was:<br> - <blockquote><pre>[% cgi.param("comment") FILTER html %]</pre></blockquote> + <blockquote><pre>[% cgi.param("comment") FILTER wrap_comment FILTER html %]</pre></blockquote> </p> <p> |