]> source.dussan.org Git - nextcloud-server.git/commitdiff
correct presentation of HTML encoded characters
authorBjoern Schiessle <schiessle@owncloud.com>
Thu, 21 Jun 2012 07:44:20 +0000 (09:44 +0200)
committerBjoern Schiessle <schiessle@owncloud.com>
Thu, 21 Jun 2012 07:44:20 +0000 (09:44 +0200)
apps/media/js/player.js

index ad4068308337943ebdf68a3c952cb14d4ac2d682..867ea802363165e754fe994ed47683361f2a706c 100644 (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){