summaryrefslogtreecommitdiffstats
path: root/app/views/issues/_list_simple.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/issues/_list_simple.rhtml')
-rw-r--r--app/views/issues/_list_simple.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/_list_simple.rhtml b/app/views/issues/_list_simple.rhtml
index 517055e3a..eb93f8ea1 100644
--- a/app/views/issues/_list_simple.rhtml
+++ b/app/views/issues/_list_simple.rhtml
@@ -11,7 +11,7 @@
<td class="id">
<%= link_to issue.id, :controller => 'issues', :action => 'show', :id => issue %>
</td>
- <td><%= issue.project.name %> - <%= issue.tracker.name %><br />
+ <td><%=h issue.project.name %> - <%= issue.tracker.name %><br />
<%= issue.status.name %> - <%= format_time(issue.updated_on) %></td>
<td class="subject">
<%= link_to h(issue.subject), :controller => 'issues', :action => 'show', :id => issue %>