1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ci skip] Fix HTML format on comment

This commit is contained in:
yui-knk 2014-12-18 13:07:32 +09:00
parent 3f6a472d92
commit 609d3a8475

View file

@ -31,7 +31,8 @@ module ActionView
# <head><title><%= @greeting %></title></head>
# <body>
# <b><%= @greeting %></b>
# </body></html>
# </body>
# </html>
#
def capture(*args)
value = nil