mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fix capture_helper.rb api documentation, unescaped script tag was breaking it on the content_for explanation
This commit is contained in:
committed by
Xavier Noria
parent
5dd92726a9
commit
d9f6e16937
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user