Opened 9 years ago
Closed 9 years ago
#33446 closed defect (bug) (duplicate)
Wrong unicode character conversion
Reported by: | LordSilver | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.2.4 |
Component: | Formatting | Keywords: | needs-patch needs-unit-tests |
Focuses: | Cc: |
Description
You have the following case: "hello <em>world</em>".
It should be converted into this HTML code: “hello <em>world</em>”
Instead, it is converted into: “hello <em>world</em>“
WordPress wrongly puts “ at the end instead of ” if the text contained in quotation marks ends with something contained inside <em> tag.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Duplicate of #18549.