summaryrefslogtreecommitdiffstats
path: root/app/views/versions/show.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/versions/show.rhtml')
-rw-r--r--app/views/versions/show.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/versions/show.rhtml b/app/views/versions/show.rhtml
index c98d5424f..5cea1abcb 100644
--- a/app/views/versions/show.rhtml
+++ b/app/views/versions/show.rhtml
@@ -39,7 +39,7 @@
<fieldset class="related-issues"><legend><%= l(:label_related_issues) %></legend>
<ul>
<% issues.each do |issue| -%>
- <li><%= link_to_issue(issue) %>: <%=h issue.subject %></li>
+ <li><%= link_to_issue(issue) %></li>
<% end -%>
</ul>
</fieldset>