diff --git a/airtime_mvc/application/views/scripts/index/index.phtml b/airtime_mvc/application/views/scripts/index/index.phtml index a9a7fc6f3..23da7f001 100644 --- a/airtime_mvc/application/views/scripts/index/index.phtml +++ b/airtime_mvc/application/views/scripts/index/index.phtml @@ -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