From 3131863377e8d1abd1599fea67ea070292e15d54 Mon Sep 17 00:00:00 2001 From: Jeff Kreeftmeijer Date: Wed, 6 Oct 2010 20:55:30 +0200 Subject: [PATCH] Add tags around the erb tags in the text helper docs [#5754 state:resolved] --- actionpack/lib/action_view/helpers/text_helper.rb | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/actionpack/lib/action_view/helpers/text_helper.rb b/actionpack/lib/action_view/helpers/text_helper.rb index 94348cf..de2d367 100644 --- a/actionpack/lib/action_view/helpers/text_helper.rb +++ b/actionpack/lib/action_view/helpers/text_helper.rb @@ -14,9 +14,10 @@ module ActionView include SanitizeHelper # The preferred method of outputting text in your views is to use the - # <%= "text" %> eRuby syntax. The regular _puts_ and _print_ methods + # <%= "text" %> eRuby syntax. The regular _puts_ and _print_ methods # do not operate as expected in an eRuby code block. If you absolutely must - # output text within a non-output code block (i.e., <% %>), you can use the concat method. + # output text within a non-output code block (i.e., <% %>), you + # can use the concat method. # # ==== Examples # <% -- 1.7.2