Opened 19 years ago
Closed 19 years ago
#3754 closed defect (bug) (fixed)
UTF-8 character codes in dashboard in Safari
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.1.1 | Priority: | normal |
| Severity: | normal | Version: | 2.2 |
| Component: | Administration | Keywords: | |
| Focuses: | Cc: |
Description
The parts of the dashboard that are loaded with ajax from index-extra.php (ie incoming links) are showing the utf-8 codes instead of the correct characters (for non-ascii).
This can be fixed by adding a character encoding header to index-extra.php
header("Content-Type: application/xhtml+xml; charset=utf-8");
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
UTF-8 codes showing in incoming links on the dashboard