Opened 11 years ago
Closed 11 years ago
#33446 closed defect (bug) (duplicate)
Wrong unicode character conversion
| Reported by: | LordSilver | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Formatting | Version: | 4.2.4 |
| Severity: | normal | Keywords: | needs-patch needs-unit-tests |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Duplicate of #18549.