summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment/midair.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/attachment/midair.html.tmpl')
-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 %]