#14491 closed defect (bug) (duplicate)
Quotation mark broken after ciphers
| Reported by: | Dannny | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Formatting | Version: | 3.0.1 |
| Severity: | normal | Keywords: | wptexturize |
| Cc: | Focuses: |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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?