diff --git a/app/views/cost_reports/_cost_entry_table.rhtml b/app/views/cost_reports/_cost_entry_table.rhtml
index 1e0c9e4e4e..d8f164918b 100644
--- a/app/views/cost_reports/_cost_entry_table.rhtml
+++ b/app/views/cost_reports/_cost_entry_table.rhtml
@@ -24,8 +24,8 @@
<% @query.each_direct_result do |result| %>
<% list.each do |field| %><%= show_field field, result.fields[field.to_s] %> | <% end %>
- <%= show_result(result, result.fields['cost_type_id'].to_i) %> |
- <%= show_result(result, 0) %> |
+ ><%= show_result(result, result.fields['cost_type_id'].to_i) %> |
+ ><%= show_result(result, 0) %> |
<%= link_to_if_authorized image_tag('edit.png'),
action_for(result, :action => 'edit'), :title => l(:button_edit) %>
diff --git a/app/views/cost_reports/_simple_cost_report_table.rhtml b/app/views/cost_reports/_simple_cost_report_table.rhtml
index 52effd03cf..7c91e7db68 100644
--- a/app/views/cost_reports/_simple_cost_report_table.rhtml
+++ b/app/views/cost_reports/_simple_cost_report_table.rhtml
@@ -31,9 +31,9 @@ show_units = list.include? "cost_type_id"
| <%= show_row result %> |
<%= result.count %> |
<% if show_units %>
- <%= show_result result, result.fields[:cost_type_id].to_i %> |
+ ><%= show_result result, result.fields[:cost_type_id].to_i %> |
<% end %>
- <%= show_result result %> |
+ ><%= show_result result %> |
<% if params[:debug] %>