diff options
author | lpsolit%gmail.com <> | 2005-11-05 21:40:47 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-11-05 21:40:47 +0100 |
commit | efd65f18b86b1e1f350596ff4c767542e63255b4 (patch) | |
tree | ca8a34dff063ad29ef6323d45cec825693ed1325 /template/en/default/bug/process | |
parent | 40cec31b70098cc0916ace383d426d812d19d044 (diff) | |
download | bugzilla-efd65f18b86b1e1f350596ff4c767542e63255b4.tar.gz bugzilla-efd65f18b86b1e1f350596ff4c767542e63255b4.tar.xz |
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
Diffstat (limited to 'template/en/default/bug/process')
-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> |