diff options
author | bbaetz%student.usyd.edu.au <> | 2002-04-07 16:32:48 +0200 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-04-07 16:32:48 +0200 |
commit | 02ab1dd96286aebf3c7379d97ceeefe37be469c1 (patch) | |
tree | 2f4b39a63d570665c3fb4ac6dd070605f63421e3 | |
parent | 91341bcfc6d9e2f06b3abf3f73e05c2c60fbd30e (diff) | |
download | bugzilla-02ab1dd96286aebf3c7379d97ceeefe37be469c1.tar.gz bugzilla-02ab1dd96286aebf3c7379d97ceeefe37be469c1.tar.xz |
Byg 136003 - two extra spaces after every comment
r=gerv x2
-rw-r--r-- | template/default/show/comments.tmpl | 9 |
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 %] |