aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/rails_guides/generator.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-07-25 14:12:12 -0700
committerXavier Noria <fxn@hashref.com>2011-07-25 14:12:12 -0700
commit598eab90ffb60638a578b5b205388cb755485280 (patch)
tree26323a9190d940594367eb4879840bdfbc583e80 /railties/guides/rails_guides/generator.rb
parent50ca6f06c739994329cd936fce5f266bd799b37e (diff)
downloadrails-598eab90ffb60638a578b5b205388cb755485280.tar.gz
rails-598eab90ffb60638a578b5b205388cb755485280.tar.bz2
rails-598eab90ffb60638a578b5b205388cb755485280.zip
let TIP and friends handle a multiline paragraph
Normally I would have done this in master, but there was already a guide with wrapped content, so worked here. I am going to cross-merge now.
Diffstat (limited to 'railties/guides/rails_guides/generator.rb')
-rw-r--r--railties/guides/rails_guides/generator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/rails_guides/generator.rb b/railties/guides/rails_guides/generator.rb
index 14d671c8f3..d304512ff7 100644
--- a/railties/guides/rails_guides/generator.rb
+++ b/railties/guides/rails_guides/generator.rb
@@ -204,7 +204,7 @@ module RailsGuides
t = RedCloth.new(body)
t.hard_breaks = false
t.lite_mode = lite_mode
- t.to_html(:notestuff, :plusplus, :code, :tip)
+ t.to_html(:notestuff, :plusplus, :code)
end
end