Opened 4 years ago
Closed 4 years ago
#77 closed defect (fixed but pending verification)
Double encoding of ampersands in blog titles
| Reported by: | yearginsm | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.2 |
| Component: | Add Blog/Site | Version: | |
| Keywords: | Cc: |
Description
Steps to reproduce:
- Rename a blog via /wp-admin to include and ampersand.
- Add blog to WordPress? iPhone App
My phone shows & instead of just &.
Attachments (1)
Change History (4)
Changed 4 years ago by yearginsm
comment:1 Changed 4 years ago by yearginsm
- Component changed from About to Blog Setup
- Version 1.0 iPhone 3G deleted
Verified on iPod Touch as well.
comment:2 Changed 4 years ago by josephscott
WordPress? incorrectly stores the encoded value (& in this case) in the database. It does this in a few places, not just the blog title. I've talked this over with Ryan and we agreed to postpone fixing this until after 2.7 is released.
The app could run the blog title through an HTML entity decode. For now that's the best we can do.
comment:3 Changed 4 years ago by janakirampalepu
- Resolution set to fixed but pending verification
- Status changed from new to closed
Fixed the issue in the latest version present in trunk.
Note: See
TracTickets for help on using
tickets.

Screenshot