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
This commit is contained in:
Ingo Schommer 2010-01-18 02:45:35 +00:00 committed by Sam Minnee
parent 8cbffb199a
commit 2ccc3235fb
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
</p>
<p class="info">
<% if CommenterURL %>
<span><% _t('PBY','Posted by') %> <a href="$CommenterURL">$Name.XML</a>, $Created.Nice ($Created.Ago)</span>
<span><% _t('PBY','Posted by') %> <a href="$CommenterURL.ATT">$Name.XML</a>, $Created.Nice ($Created.Ago)</span>
<% else %>
<span><% _t('PBY','Posted by') %> $Name.XML, $Created.Nice ($Created.Ago)</span>
<% end_if %>