From: lpsolit%gmail.com <> Date: Sat, 5 Nov 2005 20:35:07 +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.20.1~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=811846f3293d43711188caefe83b92e49f59b666;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 %]