Ticket #1388 (closed defect: fixed)
serving as application/xhtml+xml doesn't work
| Reported by: | guest | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.96 |
| Component: | Xinha Core | Version: | trunk |
| Severity: | normal | Keywords: | xhtml xml mime |
| Cc: |
Description
when serving page as application/xhtml+xml, xinha doesn't work. Solution (one I have found) is to change XinhaCore?.js in this way:
- replace — with —
- replace div.innerHTML=Xinha._lc("You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG."); with div.innerHTML=Xinha._lc("You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.");
Change History
Note: See
TracTickets for help on using
tickets.
