summaryrefslogtreecommitdiffstats
path: root/app/views/versions
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-02 13:07:35 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-02 13:07:35 +0000
commit35daa1b1b02ed250598b443e75da616050cd72b3 (patch)
tree8fd4c15078501c9170625962ab19a6aa4f86ee73 /app/views/versions
parente45c42c2e602e9a7e1dff1f31ca02040e5666825 (diff)
downloadredmine-35daa1b1b02ed250598b443e75da616050cd72b3.tar.gz
redmine-35daa1b1b02ed250598b443e75da616050cd72b3.zip
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
Diffstat (limited to 'app/views/versions')
-rw-r--r--app/views/versions/_issue_counts.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/versions/_issue_counts.rhtml b/app/views/versions/_issue_counts.rhtml
index 04d4c439e..d1048912d 100644
--- a/app/views/versions/_issue_counts.rhtml
+++ b/app/views/versions/_issue_counts.rhtml
@@ -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,