#2841 closed defect (bug) (fixed)
No HTTP Content-Type header on 404 page
| Reported by: | Nazgul | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 2.0.3 |
| Severity: | normal | Keywords: | HTTP Content-Type header 404 bg|has-patch |
| Cc: | Focuses: |
Description
I noticed that WordPress doesn't emit a Content-Type HTTP header on 404 pages.
As a result the PHP default is being used, which results in 'weird' characters on those pages.
See http://wordpress.org/support/topic/76331 for more info.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Fix turned out to be a lot easier than expected. Patch uploaded.