diff --git a/lib/redmine/helpers/gantt.rb b/lib/redmine/helpers/gantt.rb index 66ab3148a..14df7a0ad 100644 --- a/lib/redmine/helpers/gantt.rb +++ b/lib/redmine/helpers/gantt.rb @@ -778,7 +778,7 @@ module Redmine end end # Renders the markers - if true + if markers if coords[:start] style = "" style << "top:#{params[:top]}px;"