From: mkanat%bugzilla.org <>
Date: Sat, 9 Feb 2008 05:20:32 +0000 (+0000)
Subject: Bug 388723: Make the browser wrap comments on display in addition to the normal wrapp...
X-Git-Tag: bugzilla-3.0.4~48
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6f66b78e34d19a5656098b7ad6b901a9570847f;p=thirdparty%2Fbugzilla.git
Bug 388723: Make the browser wrap comments on display in addition to the normal wrapping, to support CJK languages that have no spaces.
Patch By Max Kanat-Alexander
Your comment was:
+
[%- wrapped_comment FILTER quoteUrls(bug.bug_id) -%]
diff --git a/template/en/default/bug/process/midair.html.tmpl b/template/en/default/bug/process/midair.html.tmpl
index b66be2ca7c..383456ea13 100644
--- a/template/en/default/bug/process/midair.html.tmpl
+++ b/template/en/default/bug/process/midair.html.tmpl
@@ -67,7 +67,9 @@
[% IF cgi.param("comment") %]
-
+ [% cgi.param("comment") FILTER wrap_comment FILTER html %]
+ [% cgi.param("comment") FILTER wrap_comment FILTER html %]
+
-
+[%- cgi.param("text") FILTER wrap_comment FILTER quoteUrls FILTER html -%]@@ -46,7 +46,7 @@
-
+[%- cgi.param("text") FILTER wrap_comment FILTER quoteUrls -%]