This commit is contained in:
j 2019-12-05 15:20:58 +00:00
parent 0a1e51f0e2
commit ca4822971b

View file

@ -484,7 +484,7 @@ pandora.ui.documentInfoView = function(data, isMixed) {
}).join(', '); }).join(', ');
} else if (listKeys.indexOf(key) > -1) { } else if (listKeys.indexOf(key) > -1) {
ret = formatLink(value.split(', '), key); ret = formatLink(value.split(', '), key);
} else if (['type', 'publisher', 'format', 'source'].indexOf(key) > -1) { } else if (['type', 'publisher', 'format', 'source', 'group'].indexOf(key) > -1) {
ret = formatLink(value, key); ret = formatLink(value, key);
} else { } else {
if (isMixed[key]) { if (isMixed[key]) {