Ticket #167 (closed defect: worksforme)
XHTML Serializer Produces invalid XHTML
| Reported by: | Armin Ronacher | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | blocker | Milestone: | |
| Component: | Serialization | Version: | 0.4.4 |
| Keywords: | Cc: |
Description
The following piece of template code is serialized into wrong XHTML:
function foo() {
if (foo < bar)
document.write("hehe>blub");
}
The best approach would be to emit comptibility comments for style/script blocks around <CDATA sections.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
