hi,
i'm going through the haml documentation at
http://haml.hamptoncatlin.com/docs. in the example:
---------------------------
#foo Hello!

compiles to:
<div id='foo'>Hello!</foo>
---------------------------

should it not be <div id='foo'>Hello!</div>?  ie the
closing tag should match the opening tag, in this case
"div."

i'm pretty sure it's a typo but i want to make sure
i'm not missing some nuance of haml before i continue :)


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