Hi guys.
I need something like this:
<span>Foo</span><span>Bar</span>
There should be no whitespace between Foo and Bar.
The only way I know to do it in HAML is:
%span Foo
%span Bar
and it creates a newline between spans.
Are there any ways to do such markup in HAML, except using raw Ruby
string literals.
Thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---