##// END OF EJS Templates
HTML escape at app/views/issues/show.rhtml....
Toshi MARUYAMA -
r6252:290fc4b07331
parent child
Show More
@@ -113,7 +113,7
113 113 <%= f.link_to 'PDF' %>
114 114 <% end %>
115 115
116 <% html_title "#{@issue.tracker.name} ##{@issue.id}: #{@issue.subject}" %>
116 <% html_title h("#{@issue.tracker.name} ##{@issue.id}: #{@issue.subject}") %>
117 117
118 118 <% content_for :sidebar do %>
119 119 <%= render :partial => 'issues/sidebar' %>
General Comments 0
You need to be logged in to leave comments. Login now