diff --git a/app/views/wiki/diff.rhtml b/app/views/wiki/diff.rhtml index 8a000daa9..c77f521c7 100644 --- a/app/views/wiki/diff.rhtml +++ b/app/views/wiki/diff.rhtml @@ -4,7 +4,7 @@ <%= wiki_page_breadcrumb(@page) %> -

<%=h @page.pretty_title %>

+

<%=h h(@page.pretty_title) %>

<%= l(:label_version) %> <%= link_to @diff.content_from.version, :action => 'show', :id => @page.title, :project_id => @page.project, :version => @diff.content_from.version %>