one more list name

This commit is contained in:
j 2012-02-22 10:16:27 +00:00
parent 13eec9346b
commit 601500581d

View file

@ -301,7 +301,7 @@ pandora.ui.home = function() {
whiteSpace: 'normal'
})
.html(
'<b>' + lists[selected].name + '</b><br><br>'
'<b>' + Ox.encodeHTMLEntities(lists[selected].name) + '</b><br><br>'
+ lists[selected].description
)
.appendTo($lists);