]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Byg 136003 - two extra spaces after every comment
authorbbaetz%student.usyd.edu.au <>
Sun, 7 Apr 2002 14:32:48 +0000 (14:32 +0000)
committerbbaetz%student.usyd.edu.au <>
Sun, 7 Apr 2002 14:32:48 +0000 (14:32 +0000)
r=gerv x2

template/default/show/comments.tmpl

index b020caa0f0680623e56f18106676d50eb90dcebd..27177486ec69e2e323c65a30e82fd9cbedad286e 100644 (file)
   [% 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 %]