summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/redmine/helpers/gantt.rb2
1 files changed, 1 insertions, 1 deletions
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;"