HTML escape at app/views/wiki/diff.rhtml.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6397 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-08-02 13:23:26 +00:00
parent ec541afc14
commit 437c062a4b

View File

@ -4,7 +4,7 @@
<%= wiki_page_breadcrumb(@page) %>
<h2><%=h @page.pretty_title %></h2>
<h2><%=h h(@page.pretty_title) %></h2>
<p>
<%= l(:label_version) %> <%= link_to @diff.content_from.version, :action => 'show', :id => @page.title, :project_id => @page.project, :version => @diff.content_from.version %>