From 6e915beadf251b47fed493ae3c0724f7751356b5 Mon Sep 17 00:00:00 2001 From: j Date: Thu, 6 Jun 2019 16:22:49 +0100 Subject: [PATCH] link format --- static/js/documentInfoView.mdr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) {