1
0
Fork 0
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:
Jaime Iniesta 2010-08-26 09:01:59 +02:00 committed by Xavier Noria
parent 5dd92726a9
commit d9f6e16937

View file

@ -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