From 3060715ea994c558e33d6bd827d9f085da73ac4a Mon Sep 17 00:00:00 2001 From: miloops Date: Wed, 6 Aug 2008 10:18:14 -0300 Subject: Added missing opening double quote to doc example in prototype helper. --- actionpack/lib/action_view/helpers/prototype_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_view/helpers/prototype_helper.rb b/actionpack/lib/action_view/helpers/prototype_helper.rb index 4c3a8311a5..9cb2ed9bca 100644 --- a/actionpack/lib/action_view/helpers/prototype_helper.rb +++ b/actionpack/lib/action_view/helpers/prototype_helper.rb @@ -608,7 +608,7 @@ module ActionView # Example: # # # Generates: - # # new Element.insert("list", { bottom:
  • Some item
  • " }); + # # new Element.insert("list", { bottom: "
  • Some item
  • " }); # # new Effect.Highlight("list"); # # ["status-indicator", "cancel-link"].each(Element.hide); # update_page do |page| -- cgit v1.2.3