encodeURI(listname) before making it part of image URLs
This commit is contained in:
parent
ab9172526b
commit
356a4b4505
4 changed files with 5 additions and 5 deletions
|
|
@ -589,7 +589,7 @@ pandora.ui.home = function() {
|
|||
|
||||
function getImageURL(item) {
|
||||
return '/' + item.type + '/' + item.user
|
||||
+ ':' + item.name + '/icon256.jpg?' + item.modified;
|
||||
+ ':' + encodeURI(item.name) + '/icon256.jpg?' + item.modified;
|
||||
}
|
||||
|
||||
function getTooltip(item) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue