diff options
Diffstat (limited to 'script/changelog.rb')
-rw-r--r-- | script/changelog.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/changelog.rb b/script/changelog.rb index 9e4618ce8..e7ecece34 100644 --- a/script/changelog.rb +++ b/script/changelog.rb @@ -191,7 +191,7 @@ module Redmine issue_hash = { 'id' => tr.css('td.id > a').text.to_i, 'tracker' => tr.css('td.tracker').text, - 'subject' => tr.css('td.subject> a').text } + 'subject' => tr.css('td.subject> a').text.strip } @changelog_items[cat].push(issue_hash) end end |