#43505 closed defect (bug) (worksforme)
Display of html encoded text in dashboard.
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Plugins | Keywords: | |
| Focuses: | javascript, administration | Cc: |
Description
I have discussed the issue in this thread https://make.wordpress.org/polyglots/2018/02/26/hello-18/, I report here the issue of the display of the text in UI, not the editorial choice of the translation itself.
In fr_FR and fr_CA, there where changes done (last year?) to accomodate french ponctuation typographic rules but also, I guess, make sure the text doesnt fall on two line inadvertantly (ex. "text !", so a non-breaking space is inserted instead of a space).
This non-breaking space is inserted as html encoded entity and it looks like it is displayed as is, without decoding like it is visible in this exemple screenshot : https://imgur.com/a/iVy9h
Attachments (3)
Change History (7)
Note: See
TracTickets for help on using
tickets.
This issue appears to be resolved now, the HTML entity is being correctly decoded and displayed.