diff --git a/src/main/frontend/extensions/zotero/extractor.cljs b/src/main/frontend/extensions/zotero/extractor.cljs index 478c41fbb5..157357f030 100644 --- a/src/main/frontend/extensions/zotero/extractor.cljs +++ b/src/main/frontend/extensions/zotero/extractor.cljs @@ -158,11 +158,10 @@ " " (zotero-imported-file-macro (item-key item) filename)) "linked_file" - (when-let [path (string/replace path " " "%20")] - (str - (markdown-link title (local-link item)) - " " - (zotero-linked-file-macro path))) + (str + (markdown-link title (local-link item)) + " " + (zotero-linked-file-macro path)) "imported_url" (str (markdown-link title url)