Right at the end of the Haml documentation page (here : http://haml.hamptoncatlin.com/docs/haml)There is a paragraph that goes like this: :autocloseA list of tag names that should be automatically self-closed if they have no content. Defaults to ['meta', 'img', 'link', 'script', 'br', 'hr']. It's all nice to close empty script tags (I am not sure it is done by haml) but as wel all know, self closing script tags just plain don't work in some browsers. So the documentation is wrong in this case. And in haml-1.7.2/lib/haml/engine.rb "script" does not appear in autoclose.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to haml@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---