> 3) Syntax: How do I get the comma after "<span>Seattle</span>, WA" to > follow "Seattle" without any whitespace? It currently puts the comma > on a separate line and displays as "Seattle , WA". I tried the pipe > operator but it slurps the comma into the Seattle (locality) span. > > http://pastie.textmate.org/79191 >
Just discovered this myself: the 'succeed' helper. http://haml.hamptoncatlin.com/docs/rdoc/classes/Haml/Helpers.html#M000011 Hope that works for you! Sean Cribbs --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
