From d7a2431408429d0967d9b59f07c0d4637f744d71 Mon Sep 17 00:00:00 2001 From: Robert Massaioli Date: Mon, 13 Jun 2011 14:58:56 +1000 Subject: cycle: make an odd number be marked as odd. Just a minor issue that was annoying me so I thought that I would jump in and fix it. --- actionpack/lib/action_view/helpers/text_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_view/helpers/text_helper.rb') diff --git a/actionpack/lib/action_view/helpers/text_helper.rb b/actionpack/lib/action_view/helpers/text_helper.rb index 8f97eb7d75..472b996a5e 100644 --- a/actionpack/lib/action_view/helpers/text_helper.rb +++ b/actionpack/lib/action_view/helpers/text_helper.rb @@ -280,7 +280,7 @@ module ActionView # @items = [1,2,3,4] # # <% @items.each do |item| %> - # "> + # "> # # # <% end %> -- cgit v1.2.3
item