From aa8bcb0d7a825d53a26e200c52dec2fa2f585ab1 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sun, 24 Feb 2002 17:28:21 +0000 Subject: Bug 127507 - one too many blank lines in each comment. --- template/default/show/comments.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/default/show/comments.tmpl b/template/default/show/comments.tmpl index 77c621a74..7bdbdc06c 100644 --- a/template/default/show/comments.tmpl +++ b/template/default/show/comments.tmpl @@ -45,6 +45,6 @@
-    [% quoteUrls(comment.body) %]
+    [%- quoteUrls(comment.body) -%]
   
[% END %] -- cgit v1.2.3-24-g4f1b