one more list name
This commit is contained in:
parent
13eec9346b
commit
601500581d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue