I think the issue he's referring to is that %script produces

  <script/>

which breaks firefox, which expects

  <script></script>

One possible workaround is using

  %script{ :src => '' }=""

though a patch to force this behavior for the script tag would be
nice.

  Aman Gupta

On Oct 21, 2:32 am, Nathan Weizenbaum <[EMAIL PROTECTED]> wrote:
> It doesn't look like script is autoclosed by default in trunk or
> stable... what version are you using?
>
> - Nathan
>
> weepy wrote:
> > hi - probably an old question....
>
> > %script
>
> > self closes - which breaks firefox
>
> > should be patched ?


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