Ticket #225 (closed defect: invalid)
XHTML generated <script /> not understood by all browsers
| Reported by: | jruigrok | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Template processing | Version: | 0.4.4 |
| Keywords: | Cc: |
Description
As seen on the mailinglist, currently Genshi in XHTML mode renders a script element as <script />. Unfortunately not all browsers deal correctly with this.
A solution might be to render <script><!-- --></script> and as such create an explicit end element.
This seems to resolve the issue of IE7 not displaying the page, i.e. it loads the entire page, source is there, but it stays blank.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
