how do you properly use html entities in haml?

%input.continue{:name => "submit", :type => "submit", :value =>
"Continue Booking →"}

that code just prints out → in the view instead of showing -> as
expected. I've read somewhere that this is a rails thing? So i tried

%input.continue{:name => "submit", :type => "submit", :value =>
"Continue Booking →".html_safe} but it still shows it that way.
Is there a way to fix this?

-- 
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/haml?hl=en.

Reply via email to