Defect #26388 » 0001-Strip-leading-and-trailing-spaces-from-subjects.patch
| script/changelog.rb | ||
|---|---|---|
| 191 | 191 | |
| 192 | 192 |
issue_hash = { 'id' => tr.css('td.id > a').text.to_i,
|
| 193 | 193 |
'tracker' => tr.css('td.tracker').text,
|
| 194 |
'subject' => tr.css('td.subject> a').text }
|
|
| 194 |
'subject' => tr.css('td.subject> a').text.strip }
|
|
| 195 | 195 |
@changelog_items[cat].push(issue_hash) |
| 196 | 196 |
end |
| 197 | 197 |
end |