diff options
Diffstat (limited to 'app/views/versions/show.rhtml')
-rw-r--r-- | app/views/versions/show.rhtml | 2 |
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> |