diff --git a/chrome/content/zotero/xpcom/utilities_internal.js b/chrome/content/zotero/xpcom/utilities_internal.js index 4b1b9919a3..1c1350d363 100644 --- a/chrome/content/zotero/xpcom/utilities_internal.js +++ b/chrome/content/zotero/xpcom/utilities_internal.js @@ -1039,7 +1039,7 @@ Zotero.Utilities.Internal = { lines = lines.filter((line) => { let [key, value] = getKeyAndValue(line); - if (!key || skipKeys.has(key)) { + if (!key || skipKeys.has(key) || key == 'type') { return true; }