I have a link_to using an extra option :item_class. It doesn''t seem to work. When I change item_class to anything else, it renders fine. I''m on rails 1.2.2. <%= link_to "New", :action => ''new'', :my_class=>''wibble'' %> => /new?my_class=wibble <%= link_to "New", :action => ''new'', :item_class=>''wibble'' %> =>/new Any thoughts? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---