summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-04-07 16:32:48 +0200
committerbbaetz%student.usyd.edu.au <>2002-04-07 16:32:48 +0200
commit02ab1dd96286aebf3c7379d97ceeefe37be469c1 (patch)
tree2f4b39a63d570665c3fb4ac6dd070605f63421e3 /template
parent91341bcfc6d9e2f06b3abf3f73e05c2c60fbd30e (diff)
downloadbugzilla-02ab1dd96286aebf3c7379d97ceeefe37be469c1.tar.gz
bugzilla-02ab1dd96286aebf3c7379d97ceeefe37be469c1.tar.xz
Byg 136003 - two extra spaces after every comment
r=gerv x2
Diffstat (limited to 'template')
-rw-r--r--template/default/show/comments.tmpl9
1 files changed, 6 insertions, 3 deletions
diff --git a/template/default/show/comments.tmpl b/template/default/show/comments.tmpl
index b020caa0f..27177486e 100644
--- a/template/default/show/comments.tmpl
+++ b/template/default/show/comments.tmpl
@@ -45,7 +45,10 @@
[% END %]
<br>
- <pre>
- [%- quoteUrls(comment.body) -%]
- </pre>
+[%# Don't indent the <pre> block, since then the spaces are displayed in the
+ # generated HTML
+ #%]
+<pre>
+ [%- quoteUrls(comment.body) -%]
+</pre>
[% END %]