mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix capture_helper.rb api documentation, unescaped script tag was breaking it on the content_for explanation
This commit is contained in:
parent
5dd92726a9
commit
d9f6e16937
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ module ActionView
|
|||
# <%= javascript_include_tag :defaults %>
|
||||
# <% end %>
|
||||
#
|
||||
# That will place <script> tags for Prototype, Scriptaculous, and application.js (if it exists)
|
||||
# That will place <tt>script</tt> tags for Prototype, Scriptaculous, and application.js (if it exists)
|
||||
# on the page; this technique is useful if you'll only be using these scripts in a few views.
|
||||
#
|
||||
# Note that content_for concatenates the blocks it is given for a particular
|
||||
|
|
Loading…
Reference in a new issue