diff --git a/static/js/documentInfoView.mdr.js b/static/js/documentInfoView.mdr.js index ac45664..971278a 100644 --- a/static/js/documentInfoView.mdr.js +++ b/static/js/documentInfoView.mdr.js @@ -429,7 +429,7 @@ pandora.ui.documentInfoView = function(data, isMixed) { ret = formatLink(value.split(', '), key); } else if (listKeys.indexOf(key) > -1) { ret = formatLink(value.split(', '), key); - } else if (['type', 'publisher'].indexOf(key) > -1) { + } else if (['type', 'publisher', 'format'].indexOf(key) > -1) { ret = formatLink(value, key); } else { if (isMixed[key]) {