From 5cd476c7018c8eb7af0d320f190bbf3bfa21f622 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Mon, 18 Jan 2010 02:44:19 +0000 Subject: [PATCH] BUGFIX Attribute escaping in PageCommentInterface_singlecomment.ss git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@97071 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 %>