Hello, is there a way to include HTML inside <textarea> ? I can't do it, below are examples:
%textarea hello => <textarea>hello</textarea> %textarea .div hello => <textarea></textarea><div>hello</div> HAML places the content of textarea outside it, why? -- You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to h...@googlegroups.com. To unsubscribe from this group, send email to haml+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/haml?hl=en.
