Hey all,

 I'm trying to generate:
 @<a href="#">foo</a>

but it keeps generating:
@ <a href="#">foo</a>

with a space between @ and the link. I use this:

= "@"
%a{ :href=>"#"}
  = "foo"

Any idea?

thanks in advance

Pat

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