From a3e8e4e60db4ac21a778673dc4e66c3a9b3cdd66 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Mon, 12 Apr 2010 00:35:52 +0000 Subject: [PATCH] BUGFIX: fixed invalid HTML output from page comments template git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@102320 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- .../PageCommentInterface_singlecomment.ss | 35 +++++++++---------- 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/templates/PageCommentInterface_singlecomment.ss b/templates/PageCommentInterface_singlecomment.ss index 2084730b76..97dc880cf1 100755 --- a/templates/PageCommentInterface_singlecomment.ss +++ b/templates/PageCommentInterface_singlecomment.ss @@ -7,24 +7,23 @@

<% if CommenterURL %> - <% _t('PBY','Posted by') %> $Name.XML, $Created.Nice ($Created.Ago) + <% _t('PBY','Posted by') %> $Name.XML, $Created.Nice ($Created.Ago) <% else %> - <% _t('PBY','Posted by') %> $Name.XML, $Created.Nice ($Created.Ago) + <% _t('PBY','Posted by') %> $Name.XML, $Created.Nice ($Created.Ago) <% end_if %> - -
-

+ +