HTML escape at app/views/versions/_issue_counts.rhtml.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6375 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-08-02 13:07:35 +00:00
parent e45c42c2e6
commit 35daa1b1b0

View File

@ -15,7 +15,7 @@
<% counts.each do |count| %>
<tr>
<td width="130px" align="right" >
<%= link_to count[:group], {:controller => 'issues',
<%= link_to h(count[:group]), {:controller => 'issues',
:action => 'index',
:project_id => version.project,
:set_filter => 1,