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:
parent
e45c42c2e6
commit
35daa1b1b0
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue