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