Opened 13 years ago
Closed 13 years ago
#5809 closed bug (fixed)
Content type on http://api.jquery.com/api/ is not application/xml
Reported by: | ptarjan | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4.1 |
Component: | misc | Version: | 1.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Currently you have:
Content-Type text/html; charset=UTF-8
I'd recommend
Content-Type application/xml;
You can tell it is working correctly if firefox shows a nice XML tree instead of a text dump
Change History (2)
comment:1 Changed 13 years ago by
Component: | unfiled → misc |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
It's now text/xml and displays as a tree in Firefox.