diff --git a/app/views/gantts/show.html.erb b/app/views/gantts/show.html.erb index d693a1f..b9ea4c3 100644 --- a/app/views/gantts/show.html.erb +++ b/app/views/gantts/show.html.erb @@ -72,7 +72,7 @@ t_height = g_height + headers_height
-<%= @gantt.subjects %> +<%= @gantt.subjects.html_safe %>
@@ -152,7 +152,7 @@ if show_days end end %> -<%= @gantt.lines %> +<%= @gantt.lines.html_safe %> <% #