BUGFIX Attribute escaping in PageCommentInterface?_singlecomment.ss (merged from r97071)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@97074 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-01-18 02:46:13 +00:00 committed by Sam Minnee
parent 787b5c9f8a
commit ace268df39

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