##// END OF EJS Templates
HTML escape at app/views/versions/_issue_counts.rhtml....
Toshi MARUYAMA -
r6255:35daa1b1b02e
parent child
Show More
@@ -15,7 +15,7
15 15 <% counts.each do |count| %>
16 16 <tr>
17 17 <td width="130px" align="right" >
18 <%= link_to count[:group], {:controller => 'issues',
18 <%= link_to h(count[:group]), {:controller => 'issues',
19 19 :action => 'index',
20 20 :project_id => version.project,
21 21 :set_filter => 1,
General Comments 0
You need to be logged in to leave comments. Login now