diff --git a/static/js/pandora/home.padma.js b/static/js/pandora/home.padma.js index 0499e4478..b4e02f423 100644 --- a/static/js/pandora/home.padma.js +++ b/static/js/pandora/home.padma.js @@ -301,7 +301,7 @@ pandora.ui.home = function() { whiteSpace: 'normal' }) .html( - '' + lists[selected].name + '

' + '' + Ox.encodeHTMLEntities(lists[selected].name) + '

' + lists[selected].description ) .appendTo($lists);