From 2ccc3235fba52c6e8eac14a4d3a849bf4a7228d2 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Mon, 18 Jan 2010 02:45:35 +0000 Subject: [PATCH] BUGFIX Attribute escaping in PageCommentInterface?_singlecomment.ss (merged from r97071) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@97073 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- templates/PageCommentInterface_singlecomment.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/PageCommentInterface_singlecomment.ss b/templates/PageCommentInterface_singlecomment.ss index 8c0f91bf..2084730b 100755 --- a/templates/PageCommentInterface_singlecomment.ss +++ b/templates/PageCommentInterface_singlecomment.ss @@ -7,7 +7,7 @@

<% 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) <% end_if %>