From: mkanat%bugzilla.org <>
Date: Sat, 9 Feb 2008 05:18:59 +0000 (+0000)
Subject: Bug 388723: Make the browser wrap comments on display in addition to the normal wrapp...
X-Git-Tag: bugzilla-3.1.3~321
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02c618aacd7f1b4683b73e93fa063d4db9e02fcd;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:
-
+ [% cgi.param("comment") FILTER wrap_comment FILTER html %]
+ [% cgi.param("comment") FILTER wrap_comment FILTER html %]
+
+[%- 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 31dbc7b3cd..d7e980e8c4 100644 --- a/template/en/default/bug/process/midair.html.tmpl +++ b/template/en/default/bug/process/midair.html.tmpl @@ -66,7 +66,9 @@ [% IF cgi.param("comment") %]Your comment was:
-+[% cgi.param("comment") FILTER wrap_comment FILTER html %][% END %] diff --git a/template/en/default/pages/linked.html.tmpl b/template/en/default/pages/linked.html.tmpl index a5e40d1228..52b1735f60 100644 --- a/template/en/default/pages/linked.html.tmpl +++ b/template/en/default/pages/linked.html.tmpl @@ -30,7 +30,7 @@+ [% cgi.param("comment") FILTER wrap_comment FILTER html %] +
-
+[%- cgi.param("text") FILTER wrap_comment FILTER quoteUrls FILTER html -%]@@ -45,7 +45,7 @@
-
+[%- cgi.param("text") FILTER wrap_comment FILTER quoteUrls -%]