diff options
Diffstat (limited to 'app/views/repositories/diff.html.erb')
-rw-r--r-- | app/views/repositories/diff.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/repositories/diff.html.erb b/app/views/repositories/diff.html.erb index 268aba2f4..c3243017f 100644 --- a/app/views/repositories/diff.html.erb +++ b/app/views/repositories/diff.html.erb @@ -16,7 +16,7 @@ <%= f.link_to 'Diff', :url => params, :caption => 'Unified diff' %> <% end %> -<% html_title(h(with_leading_slash(@path)), 'Diff') -%> +<% html_title(with_leading_slash(@path), 'Diff') -%> <% content_for :header_tags do %> <%= stylesheet_link_tag "scm" %> |