scm: remove unnecessary h() from annotate author (#14931)

Rails3 escapes by default.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12149 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-09-18 10:13:28 +00:00
parent 8b794b5e83
commit d604725b40
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
</td>
<td class="author">
<% if revision && revision != previous_revision %>
<%= h(revision.author.to_s.split('<').first) %>
<%= revision.author.to_s.split('<').first %>
<% end %>
</td>
<td class="line-code"><pre><%= line.html_safe %></pre></td>