From 4abd8ebece318aec11d728686445c27e9187a5b0 Mon Sep 17 00:00:00 2001 From: Andrei Kulakov Date: Thu, 7 Oct 2010 23:36:46 +0300 Subject: [PATCH] Rdoc fix in text_helper.rb --- actionpack/lib/action_view/helpers/text_helper.rb | 4 ++-- 1 files changed, 2 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..2bcaac8 100644 --- a/actionpack/lib/action_view/helpers/text_helper.rb +++ b/actionpack/lib/action_view/helpers/text_helper.rb @@ -14,9 +14,9 @@ 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.3.1