#2581 closed defect (bug) (fixed)
list-manipulation.php needs text/plain header
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 2.0.2 |
| Component: | Administration | Keywords: | |
| Focuses: | Cc: |
Description
wp-admin/list-manipulation.php needs 'header("Content-type: text/plain", true);'.
Otherwise proxies like mod_proxy_html insert a DOCTYPE line at the start of the output
and the parsing in wp-admin/list-manipulation.js breaks (because isNaN('<DOCTYPE...') returns true)
Change History (4)
Note: See
TracTickets for help on using
tickets.
True, good point. Not serving HTML, don't lie in the headers.