diff options
author | Xavier Noria <fxn@hashref.com> | 2010-04-04 08:42:54 -0700 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-04-04 08:42:54 -0700 |
commit | 7d7e0627a0490b6b4ddb0ee5429264ccd46f1245 (patch) | |
tree | 107d5369a86cd158aaf6a11efa7e9ff0477d267e /railties/guides/source/action_view_overview.textile | |
parent | b352b97ff590f0db27432a8a4d3df3c632780b52 (diff) | |
download | rails-7d7e0627a0490b6b4ddb0ee5429264ccd46f1245.tar.gz rails-7d7e0627a0490b6b4ddb0ee5429264ccd46f1245.tar.bz2 rails-7d7e0627a0490b6b4ddb0ee5429264ccd46f1245.zip |
fixes duplicate element IDs in some guides
Diffstat (limited to 'railties/guides/source/action_view_overview.textile')
-rw-r--r-- | railties/guides/source/action_view_overview.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/action_view_overview.textile b/railties/guides/source/action_view_overview.textile index 2fa89bb4c2..842a8408ad 100644 --- a/railties/guides/source/action_view_overview.textile +++ b/railties/guides/source/action_view_overview.textile @@ -1414,7 +1414,7 @@ Replaces the inner HTML of the DOM element with the given id. page.replace_html 'person-45', :partial => 'person', :object => @person </ruby> -h5. select +h5(#prototype-select). select Returns a collection reference by finding it through a CSS pattern in the DOM. |