diff options
Diffstat (limited to 'app/views/attachments/file.html.erb')
-rw-r--r-- | app/views/attachments/file.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/attachments/file.html.erb b/app/views/attachments/file.html.erb index 47cb7b1f9..e507ab648 100644 --- a/app/views/attachments/file.html.erb +++ b/app/views/attachments/file.html.erb @@ -1,7 +1,7 @@ <h2><%=h @attachment.filename %></h2> <div class="attachments"> -<p><%= h("#{@attachment.description} - ") unless @attachment.description.blank? %> +<p><%= "#{@attachment.description} - " unless @attachment.description.blank? %> <span class="author"><%= link_to_user(@attachment.author) %>, <%= format_time(@attachment.created_on) %></span></p> <p><%= link_to_attachment @attachment, :text => l(:button_download), :download => true -%> <span class="size">(<%= number_to_human_size @attachment.filesize %>)</span></p> |