Merge pull request #2 from burnbright/patch-1

MINOR: Added nofollow to comment urls.
This commit is contained in:
Will Rossiter 2011-08-23 17:04:14 -07:00
commit 462eac835a
1 changed files with 1 additions and 1 deletions

View File

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