diff --git a/lib/redmine/helpers/gantt.rb b/lib/redmine/helpers/gantt.rb index 0f86648e7c..ea7f1417a9 100644 --- a/lib/redmine/helpers/gantt.rb +++ b/lib/redmine/helpers/gantt.rb @@ -536,8 +536,6 @@ module Redmine end output << "" output << view.link_to_issue(issue) - output << ":" - output << h(issue.subject) output << '' else ActiveRecord::Base.logger.debug "Gantt#subject_for_issue was not given an issue"