From b5c42c09d67b54e03f3c0ab88c83d69cf075eb21 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 6 Dec 2007 18:38:14 +0000 Subject: [PATCH] Fixed documentation that made rdoc bark git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8322 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_view/helpers/prototype_helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actionpack/lib/action_view/helpers/prototype_helper.rb b/actionpack/lib/action_view/helpers/prototype_helper.rb index fa701f50b8..a3c4f5a538 100644 --- a/actionpack/lib/action_view/helpers/prototype_helper.rb +++ b/actionpack/lib/action_view/helpers/prototype_helper.rb @@ -715,7 +715,7 @@ def select(pattern) # # # Insert the rendered 'navigation' partial just before the DOM # # element with ID 'content'. - # # Generates: new Insertion.Before("content", ""); + # # Generates: new Insertion.Before("content", "-- Contents of 'navigation' partial --"); # insert_html :before, 'content', :partial => 'navigation' # # # Add a list item to the bottom of the