From 1783cc0b8f43e4aff683b78e8d772693eef42cc5 Mon Sep 17 00:00:00 2001 From: Henrik N Date: Thu, 28 Aug 2008 12:39:24 +0200 Subject: Typo in current_cycle example. --- actionpack/lib/action_view/helpers/text_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_view/helpers/text_helper.rb b/actionpack/lib/action_view/helpers/text_helper.rb index a5d43b90f4..ff6e588f62 100644 --- a/actionpack/lib/action_view/helpers/text_helper.rb +++ b/actionpack/lib/action_view/helpers/text_helper.rb @@ -507,7 +507,7 @@ module ActionView # @items = [1,2,3,4] # <% @items.each do |item| %> #
"> - # "><%= item %> #
# <% end %> def current_cycle(name = "default") -- cgit v1.2.3