From 15a00a2b5fb9b34a75c94c6b78bed90e8fca58ae Mon Sep 17 00:00:00 2001 From: Jeremy Date: Thu, 25 Aug 2011 06:23:52 +1200 Subject: [PATCH] Prevent spamdexing on SilverStripe websites. --- templates/CommentsInterface_singlecomment.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CommentsInterface_singlecomment.ss b/templates/CommentsInterface_singlecomment.ss index 44f966e..616d84f 100755 --- a/templates/CommentsInterface_singlecomment.ss +++ b/templates/CommentsInterface_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 %>