Jeff Casimir wrote:
> Mike,
>
> I would think...
>
> %ul
>   .a yo
>     .b sup
>
>   
That's incorrect Haml, anyway.  It if you intend it to be nested as the 
spaces suggest, it should be:

%ul
  .a
    yo
    .b sup

As far as whether it should have implicit tags, I think it could be a 
good thing (time saver), but you should also be able to turn it off.

Sean


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