diff --git a/app/views/cost_reports/_cost_report_table.rhtml b/app/views/cost_reports/_cost_report_table.rhtml
index b204164f54..dbb6c35d8c 100644
--- a/app/views/cost_reports/_cost_report_table.rhtml
+++ b/app/views/cost_reports/_cost_report_table.rhtml
@@ -15,7 +15,7 @@
subrows
end
- walker.for_empty_cell { "
#{":)" if params[:debug]} | " }
+ walker.for_empty_cell { " | " }
walker.for_cell do |result|
"#{number_to_currency result.real_costs}#{", " << result.fields.inspect << ", " << result.key.inspect if params[:debug]} | "
@@ -26,11 +26,11 @@
<% walker.headers do |list, first, first_in_col, last_in_col| %>
<%= '' if first_in_col %>
- <%= "#{'x' if params[:debug]} | " if first %>
+ <%= " | " if first %>
<% list.each do |column| %>
<%= show_row column %> |
<% end %>
- <%= "#{'x' if params[:debug]} | " if first %>
+ <%= " | " if first %>
<%= '
' if last_in_col %>
<% end %>