##// END OF EJS Templates
HTML escape at app/views/attachments/_links.rhtml....
Toshi MARUYAMA -
r6238:b94b7b9383e1
parent child
Show More
@@ -11,7 +11,7
11 :title => l(:button_delete) %>
11 :title => l(:button_delete) %>
12 <% end %>
12 <% end %>
13 <% if options[:author] %>
13 <% if options[:author] %>
14 <span class="author"><%= attachment.author %>, <%= format_time(attachment.created_on) %></span>
14 <span class="author"><%= h(attachment.author) %>, <%= format_time(attachment.created_on) %></span>
15 <% end %>
15 <% end %>
16 </p>
16 </p>
17 <% end %>
17 <% end %>
General Comments 0
You need to be logged in to leave comments. Login now