You've got it correct in two of your examples. You need to do

  = find_and_preserve do
    %textarea= stuff

"~ ..." is the same as "= find_and_preserve(...)",  so it doesn't work 
after textarea, because there are no textarea tags within the content.

- Nathan

Paul Barry wrote:
> I'm trying to use HAML to generate a textarea in a Merb app:
>
> http://pastie.caboo.se/154017
>
> Ho do you get it to not intent the content of the textarea?
> >
>
>   


--~--~---------~--~----~------------~-------~--~----~
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