Comments

tim.plunkett’s picture

Status: Active » Needs review
StatusFileSize
new870 bytes

html_entity_decode() does the trick.

tim.plunkett’s picture

StatusFileSize
new1.24 KB

Hm, missed a spot.

danielb’s picture

Status: Needs review » Fixed

committed, will appear in next dev snapshot

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

alieffring’s picture

Version: 6.x-2.4 » 6.x-2.8
Component: Code » CCK / Field API widget
Status: Closed (fixed) » Needs work

The posted fix only works for options with both a key and a value, lists with just values still display HTML entities.

danielb’s picture

Status: Needs work » Needs review

I've committed a fix, it should appear in the next dev snapshot (check the date), give it a go.

danielb’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit fbc6ede on 6.x-2.x, 7.x-3.x, 8.x-3.x by danielb:
    issues #946532, #1061734, #1066054
    
    
  • Commit 1679877 on 7.x-2.x, 7.x-3.x, 8.x-3.x by danielb:
    Issue #1066054 by danielb: HTML entities without key|value pairs.