From: lpsolit%gmail.com <> Date: Sat, 5 Nov 2005 20:40:47 +0000 (+0000) Subject: Bug 313432: Comments don't word-wrap in the "here's your comment for cut-n-paste... X-Git-Tag: bugzilla-2.22rc1~165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efd65f18b86b1e1f350596ff4c767542e63255b4;p=thirdparty%2Fbugzilla.git 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 r=mkanat r=LpSolit a=justdave --- diff --git a/template/en/default/bug/process/midair.html.tmpl b/template/en/default/bug/process/midair.html.tmpl index 2c2427616f..d5ae5fbf62 100644 --- a/template/en/default/bug/process/midair.html.tmpl +++ b/template/en/default/bug/process/midair.html.tmpl @@ -64,7 +64,7 @@

Your comment was:
-

[% cgi.param("comment") FILTER html %]
+
[% cgi.param("comment") FILTER wrap_comment FILTER html %]