##// 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 11 :title => l(:button_delete) %>
12 12 <% end %>
13 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 15 <% end %>
16 16 </p>
17 17 <% end %>
General Comments 0
You need to be logged in to leave comments. Login now