This came up in the playlist as & or something like that so changed lines 425-428 from

$item[] = array(
'key' => 'title',
'value' => check_plain($node->title),
);

to

$item[] = array(
'key' => 'title',
'value' => decode_entities(check_plain($node->title)),
);

To make it appear as the ' sign that it should be

The JWPlayer apparantly can't read html

Comments

benced’s picture

& # 039 ; - this (without the spaces) is what came up

aaron’s picture

Status: Needs review » Needs work

i'd want to run that by someone more familiar with security vis-a-viz the xspf standard. what does xspf say about that?