[wp-trac] [WordPress Trac] #14491: Quotation mark after ciphers
WordPress Trac
wp-trac at lists.automattic.com
Sat Jul 31 09:26:40 UTC 2010
#14491: Quotation mark after ciphers
--------------------------+-------------------------------------------------
Reporter: Dannny | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.0.1
Severity: normal | Keywords: quotation mark
--------------------------+-------------------------------------------------
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’
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14491>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list