link format

This commit is contained in:
j 2019-06-06 16:22:49 +01:00
parent 55727a18c0
commit 6e915beadf

View file

@ -429,7 +429,7 @@ pandora.ui.documentInfoView = function(data, isMixed) {
ret = formatLink(value.split(', '), key); ret = formatLink(value.split(', '), key);
} 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'].indexOf(key) > -1) { } else if (['type', 'publisher', 'format'].indexOf(key) > -1) {
ret = formatLink(value, key); ret = formatLink(value, key);
} else { } else {
if (isMixed[key]) { if (isMixed[key]) {