Closed (fixed)
Project:
Read More Link (Drupal 6 and earlier)
Version:
6.x-5.0-rc7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Jan 2010 at 10:15 UTC
Updated:
3 Feb 2010 at 20:40 UTC
Link title (ed_readmore_title) does not show correctly apostrophe. (see attachments)
Note: apostrophe is displayed correctly in link text (ed_readmore_text)
| Comment | File | Size | Author |
|---|---|---|---|
| 2010-01-08_11-02-07-387.png | 1.4 KB | phdenis63 | |
| 2010-01-08_11-00-06-022.png | 6.39 KB | phdenis63 |
Comments
Comment #1
todd nienkerk commentedGood catch! The links' title attributes were being double-encoded using check_plain().
I've committed a fix to the 6.x-5.x-dev branch.
Comment #2
phdenis63 commentedGreat thanks for the fix !