Merge branch 'master' of git.0x2620.org:/pandora_cdosea
This commit is contained in:
commit
2fbd602932
1 changed files with 2 additions and 0 deletions
|
@ -427,6 +427,8 @@ pandora.ui.infoView = function(data) {
|
|||
var ret;
|
||||
if (key == 'year') {
|
||||
ret = formatLink(value, 'year');
|
||||
} else if (key == 'source') {
|
||||
ret = Ox.sanitizeHTML(value);
|
||||
} else if (nameKeys.indexOf(key) > -1) {
|
||||
ret = formatLink(value.split(', '), 'name');
|
||||
} else if (listKeys.indexOf(key) > -1) {
|
||||
|
|
Loading…
Reference in a new issue