#7754 closed defect (bug) (duplicate)
texturize bug with quotes inside parenthesis
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.7 |
Component: | Formatting | Keywords: | wptexturize needs-patch |
Focuses: | Cc: |
Description
I waved to a friend ("hi there!" he said).
Becomes:
I waved to a friend (”hi there!” he said).
That first quote should be an open quote, not a close quote.
Attachments (1)
Change History (13)
#1
@
16 years ago
- Keywords has-patch needs-testing added
- Owner changed from anonymous to markjaquith
- Status changed from new to assigned
#4
@
16 years ago
Here's a similar instance:
's'
becomes
’s’
but it should be
‘s’
http://img.skitch.com/20090218-e5w6144tru1wfejr9h59uws2h6.png
#7
@
16 years ago
- Keywords needs-patch added; has-patch needs-testing removed
- Milestone changed from 2.8 to Future Release
patch is b0rke
Note: See
TracTickets for help on using
tickets.
Patch uploaded. Needs to be tested for regressions.