forked from 0x2620/pandora
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'
|
whiteSpace: 'normal'
|
||||||
})
|
})
|
||||||
.html(
|
.html(
|
||||||
'<b>' + lists[selected].name + '</b><br><br>'
|
'<b>' + Ox.encodeHTMLEntities(lists[selected].name) + '</b><br><br>'
|
||||||
+ lists[selected].description
|
+ lists[selected].description
|
||||||
)
|
)
|
||||||
.appendTo($lists);
|
.appendTo($lists);
|
||||||
|
|
Loading…
Reference in a new issue