Hi All,

I'm working through the Haml Docs and this example does not seem to
render as I expected ?
( using the Lab )

%p
  Date/Time:
  - now = DateTime.now
  %strong= now
  - if now > DateTime.parse(""December 31, 2006"")
    = "Happy new " + "year!"

It is from this page:
http://haml.hamptoncatlin.com/docs/

Also the link on the lab page to "Official Haml Reference" is wrong
http://haml.hamptoncatlin.com/reference
I guess it should be:
http://haml.hamptoncatlin.com/docs/haml

cheers, Dave Porter

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