##// END OF EJS Templates
xss in issue subject on issues/edit...
Jean-Philippe Lang -
r104:6c8e1514aa0c
parent child
Show More
@@ -1,4 +1,4
1 <h2><%= @issue.tracker.name %> #<%= @issue.id %> - <%= @issue.subject %></h2>
1 <h2><%= @issue.tracker.name %> #<%= @issue.id %> - <%=h @issue.subject %></h2>
2
2
3 <% labelled_tabular_form_for :issue, @issue, :url => {:action => 'edit'} do |f| %>
3 <% labelled_tabular_form_for :issue, @issue, :url => {:action => 'edit'} do |f| %>
4 <%= error_messages_for 'issue' %>
4 <%= error_messages_for 'issue' %>
General Comments 0
You need to be logged in to leave comments. Login now