correct presentation of HTML encoded characters

This commit is contained in:
Bjoern Schiessle 2012-06-21 09:44:20 +02:00
parent cc3835d657
commit f8ec280b6e
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ var PlayList={
PlayList.init(items[index].type,null); // init calls load that calls play
}else{
PlayList.player.jPlayer("setMedia", items[PlayList.current]);
$(".jp-current-song").text(items[PlayList.current].name);
$(".jp-current-song").html(items[PlayList.current].name);
items[index].playcount++;
PlayList.player.jPlayer("play",time);
if(index>0){