Opened 6 years ago
Closed 6 years ago
#3754 closed defect (bug) (fixed)
UTF-8 character codes in dashboard in Safari
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1.1 |
| Component: | Administration | Version: | 2.2 |
| Severity: | normal | Keywords: | |
| 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)
Note: See
TracTickets for help on using
tickets.

UTF-8 codes showing in incoming links on the dashboard