HTML escape at app/views/attachments/_links.rhtml.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6358 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
b8ba276207
commit
b94b7b9383
|
@ -11,7 +11,7 @@
|
|||
:title => l(:button_delete) %>
|
||||
<% end %>
|
||||
<% if options[:author] %>
|
||||
<span class="author"><%= attachment.author %>, <%= format_time(attachment.created_on) %></span>
|
||||
<span class="author"><%= h(attachment.author) %>, <%= format_time(attachment.created_on) %></span>
|
||||
<% end %>
|
||||
</p>
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in New Issue