diff --git a/app/views/timelog/report.html.erb b/app/views/timelog/report.html.erb index ddbb71852..029691b16 100644 --- a/app/views/timelog/report.html.erb +++ b/app/views/timelog/report.html.erb @@ -50,7 +50,7 @@ <%= render :partial => 'report_criteria', :locals => {:criterias => @report.criteria, :hours => @report.hours, :level => 0} %> <%= l(:label_total) %> - <%= '' * (@report.criteria.size - 1) %> + <%= ('' * (@report.criteria.size - 1)).html_safe %> <% total = 0 -%> <% @report.periods.each do |period| -%> <% sum = sum_hours(select_hours(@report.hours, @report.columns, period.to_s)); total += sum -%>