Skip to content

Commit

Permalink
Merge pull request #408 from mlibrary/bug-zotero-metadata-restoration
Browse files Browse the repository at this point in the history
Bug: Zotero metadata restoration
  • Loading branch information
erinesullivan authored Sep 21, 2023
2 parents df1fa17 + 14d522e commit 8ab7b28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/modules/records/components/Zotero/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,11 @@ function Zotero ({ record }) {
}

// Create COinS
// Accessiblity note: `title` is not a compatible attribute with `span`
// as it is a non-interactive element. Unfortunately this is how OpenURL COinS are expected to be placed:
// https://web.archive.org/web/20170424223448/http://ocoins.info/
return (
<span className='Z3988' />
<span title={z3988} className='Z3988' />
);
}

Expand Down

0 comments on commit 8ab7b28

Please sign in to comment.