From c81264dc53ded5940f20ba81c5681097ec738863 Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" Date: Sun, 7 Apr 2002 07:32:48 +0000 Subject: [PATCH] Byg 136003 - two extra spaces after every comment r=gerv x2 --- webtools/bugzilla/template/default/show/comments.tmpl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/webtools/bugzilla/template/default/show/comments.tmpl b/webtools/bugzilla/template/default/show/comments.tmpl index b020caa0f068..27177486ec69 100644 --- a/webtools/bugzilla/template/default/show/comments.tmpl +++ b/webtools/bugzilla/template/default/show/comments.tmpl @@ -45,7 +45,10 @@ [% END %]
-
-    [%- quoteUrls(comment.body) -%]
-  
+[%# Don't indent the
 block, since then the spaces are displayed in the
+  # generated HTML
+  #%]
+
+  [%- quoteUrls(comment.body) -%]
+
[% END %]