diff options
-rw-r--r-- | app/views/repositories/annotate.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/repositories/annotate.html.erb b/app/views/repositories/annotate.html.erb index 3ad9ceac6..210a0c0e5 100644 --- a/app/views/repositories/annotate.html.erb +++ b/app/views/repositories/annotate.html.erb @@ -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> |