summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2008-02-09 06:18:59 +0100
committermkanat%bugzilla.org <>2008-02-09 06:18:59 +0100
commit02c618aacd7f1b4683b73e93fa063d4db9e02fcd (patch)
tree14bdc1d7b4395f686e2e3602a2e3a13d70fbf519 /template/en/default/attachment
parentfad558c794527a2c0bd32b378917be0fc27e453f (diff)
downloadbugzilla-02c618aacd7f1b4683b73e93fa063d4db9e02fcd.tar.gz
bugzilla-02c618aacd7f1b4683b73e93fa063d4db9e02fcd.tar.xz
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 <mkanat@bugzilla.org> r=himorin, r=glob
Diffstat (limited to 'template/en/default/attachment')
-rw-r--r--template/en/default/attachment/midair.html.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/attachment/midair.html.tmpl b/template/en/default/attachment/midair.html.tmpl
index 8cde9f2f5..f0883b55b 100644
--- a/template/en/default/attachment/midair.html.tmpl
+++ b/template/en/default/attachment/midair.html.tmpl
@@ -50,7 +50,9 @@
[% IF cgi.param("comment") %]
<p>
Your comment was:<br>
- <blockquote><pre>[% cgi.param("comment") FILTER wrap_comment FILTER html %]</pre></blockquote>
+ <blockquote><pre class="bz_comment_text">
+ [% cgi.param("comment") FILTER wrap_comment FILTER html %]
+ </pre></blockquote>
</p>
[% END %]