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:
parent
3f6a472d92
commit
609d3a8475
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ module ActionView
|
|||
# <head><title><%= @greeting %></title></head>
|
||||
# <body>
|
||||
# <b><%= @greeting %></b>
|
||||
# </body></html>
|
||||
# </body>
|
||||
# </html>
|
||||
#
|
||||
def capture(*args)
|
||||
value = nil
|
||||
|
|
Loading…
Reference in a new issue