From: bbaetz%student.usyd.edu.au <> Date: Sun, 7 Apr 2002 14:32:48 +0000 (+0000) Subject: Byg 136003 - two extra spaces after every comment X-Git-Tag: bugzilla-2.16rc1~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02ab1dd96286aebf3c7379d97ceeefe37be469c1;p=thirdparty%2Fbugzilla.git Byg 136003 - two extra spaces after every comment r=gerv x2 --- diff --git a/template/default/show/comments.tmpl b/template/default/show/comments.tmpl index b020caa0f0..27177486ec 100644 --- a/template/default/show/comments.tmpl +++ b/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 %]