diff --git a/app/helpers/files_helper.rb b/app/helpers/files_helper.rb
index d57cd68eb..04363653f 100644
--- a/app/helpers/files_helper.rb
+++ b/app/helpers/files_helper.rb
@@ -61,7 +61,7 @@ module FilesHelper
s = ''
projects.each do |project|
if !project_contains_attachment?(project,attachment) && User.current.allowed_to?(:manage_files, project)
- s << ""
+ s << "
"
end
end
s.html_safe
diff --git a/app/views/files/_show_quote_resource_project.html.erb b/app/views/files/_show_quote_resource_project.html.erb
index 7df1dc2f3..9ea9126fb 100644
--- a/app/views/files/_show_quote_resource_project.html.erb
+++ b/app/views/files/_show_quote_resource_project.html.erb
@@ -1,6 +1,6 @@