From ec430d478a989aef7ad27a1f7251c4c378a08b25 Mon Sep 17 00:00:00 2001 From: Francesco Rodriguez Date: Fri, 18 May 2012 19:11:50 -0500 Subject: minor fix wrapper tag documentation --- actionpack/lib/action_view/helpers/text_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_view/helpers') diff --git a/actionpack/lib/action_view/helpers/text_helper.rb b/actionpack/lib/action_view/helpers/text_helper.rb index 6d542c819f..33db4b05bf 100644 --- a/actionpack/lib/action_view/helpers/text_helper.rb +++ b/actionpack/lib/action_view/helpers/text_helper.rb @@ -243,7 +243,7 @@ module ActionView # simple_format(my_text) # # => "

Here is some basic text...\n
...with a line break.

" # - # simple_format(my_text, , {} :wrapper_tag => "div") + # simple_format(my_text, {}, :wrapper_tag => "div") # # => "
Here is some basic text...\n
...with a line break.
" # # more_text = "We want to put a paragraph...\n\n...right there." -- cgit v1.2.3