Skip to content

Commit

Permalink
Fixed that rake doc:plugins to uses UTF-8. [#573 state:resolved]
Browse files Browse the repository at this point in the history
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
  • Loading branch information
chrislloyd authored and lifo committed Aug 22, 2008
1 parent 381210d commit 4e4277b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions railties/lib/tasks/documentation.rake
Expand Up @@ -62,6 +62,7 @@ namespace :doc do
options << "-o doc/plugins/#{plugin}"
options << "--title '#{plugin.titlecase} Plugin Documentation'"
options << '--line-numbers' << '--inline-source'
options << '--charset' << 'utf-8'
options << '-T html'

files.include("#{plugin_base}/lib/**/*.rb")
Expand Down

0 comments on commit 4e4277b

Please sign in to comment.