diff options
-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 e25616d9f..9e4618ce8 100644 --- a/script/changelog.rb +++ b/script/changelog.rb @@ -287,7 +287,7 @@ module Redmine out_file << "== #{r_date} v#{v_name}\n\n" elsif target == 'website' out_file << "h1. Changelog #{v_name}\n\n" if n_branch == true - out_file << "h2. #{v_name} (#{r_date})\n\n" + out_file << "h2. version:#{v_name} (#{r_date})\n\n" end # Print the categories... |