diff options
author | gerv%gerv.net <> | 2002-02-24 18:28:21 +0100 |
---|---|---|
committer | gerv%gerv.net <> | 2002-02-24 18:28:21 +0100 |
commit | aa8bcb0d7a825d53a26e200c52dec2fa2f585ab1 (patch) | |
tree | 542f3b9e2d4d09390304b0cdbac7c0255bce1c9e | |
parent | 9a48b40e7af06e864b0309c3d1a105274cb57e43 (diff) | |
download | bugzilla-aa8bcb0d7a825d53a26e200c52dec2fa2f585ab1.tar.gz bugzilla-aa8bcb0d7a825d53a26e200c52dec2fa2f585ab1.tar.xz |
Bug 127507 - one too many blank lines in each comment.
-rw-r--r-- | template/default/show/comments.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <br> <pre> - [% quoteUrls(comment.body) %] + [%- quoteUrls(comment.body) -%] </pre> [% END %] |