From 02ab1dd96286aebf3c7379d97ceeefe37be469c1 Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Sun, 7 Apr 2002 14:32:48 +0000 Subject: Byg 136003 - two extra spaces after every comment r=gerv x2 --- template/default/show/comments.tmpl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'template') 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 %]
-
-    [%- quoteUrls(comment.body) -%]
-  
+[%# Don't indent the
 block, since then the spaces are displayed in the
+  # generated HTML
+  #%]
+
+  [%- quoteUrls(comment.body) -%]
+
[% END %] -- cgit v1.2.3-24-g4f1b