From f5d79d765043e4fabfae977fa8884162839fc01c Mon Sep 17 00:00:00 2001 From: noinkling Date: Thu, 17 Jul 2014 15:24:52 +1200 Subject: Fix broken list formatting [ci skip] --- actionview/lib/action_view/helpers/rendering_helper.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/actionview/lib/action_view/helpers/rendering_helper.rb b/actionview/lib/action_view/helpers/rendering_helper.rb index ebfc35a4c7..6cd6e858dd 100644 --- a/actionview/lib/action_view/helpers/rendering_helper.rb +++ b/actionview/lib/action_view/helpers/rendering_helper.rb @@ -13,13 +13,13 @@ module ActionView # * :inline - Renders an inline template similar to how it's done in the controller. # * :text - Renders the text passed in out. # * :plain - Renders the text passed in out. Setting the content - # type as text/plain. + # type as text/plain. # * :html - Renders the html safe string passed in out, otherwise - # performs html escape on the string first. Setting the content type as - # text/html. + # performs html escape on the string first. Setting the content type as + # text/html. # * :body - Renders the text passed in, and inherits the content - # type of text/html from ActionDispatch::Response - # object. + # type of text/html from ActionDispatch::Response + # object. # # If no options hash is passed or :update specified, the default is to render a partial and use the second parameter # as the locals hash. -- cgit v1.2.3