#14491 closed defect (bug) (duplicate)
Quotation mark broken after ciphers
Reported by: | Dannny | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0.1 |
Component: | Formatting | Keywords: | wptexturize |
Focuses: | Cc: |
Description
As a default bug in Wordpress, quotation marks like the following ones don't work if they are positioned after ciphers/digits:
′
’
The problem is that after the digits the HTML special chars are actually not like the ones posted above. After ciphers/digits, the following source code shows us:
“2010′
’2011′
Here's the solution like it should be in the source code:
“2010”
’2011’
Change History (10)
#1
@
14 years ago
- Summary changed from Quotation mark after ciphers to Quotation mark broken after ciphers
#4
@
14 years ago
- Component changed from General to Formatting
- Milestone changed from Awaiting Review to Future Release
#8
@
11 years ago
Could someone help me improve the description for this ticket? The original post is too vague.
Note: See
TracTickets for help on using
tickets.
Related #4539 - Maybe this is a duplicate of that.
Are you putting the entities in directly or are they being converted from the real characters?