I am trying to use an IE conditional comment, with Haml syntax - but get an
error (haml 1.8.2)
!!!
%html
%body
/[if !IE]
You are not in IE
/[if IE]
You are in IE
Syntax error on line 4: Illegal Nesting: Nesting within a tag that already
has content is illegal.
It's a valid conditional for "if not IE", but it does not work in haml ....
fix please?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---