Fix podcast current track title escaping on radio page
This commit is contained in:
parent
d9d4ce884c
commit
50c0bc2c28
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@
|
|||
$("#jquery_jplayer_1").bind(jQuery.jPlayer.event.play, function (event)
|
||||
{
|
||||
var current = _playlist_jplayer.current;
|
||||
$('.current-track span').text(playlist[current].title);
|
||||
$('.current-track span').html(playlist[current].title);
|
||||
});
|
||||
|
||||
// build pagination menu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue