Skip to content

Commit eb2a821

Browse files
committed
fix typo
1 parent 5ea5bba commit eb2a821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zotero.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ function parseZoteroResults(resultText) {
158158
var j = i + 1
159159
if (doi.startsWith("https://doi.org/")) {
160160
if (dois.length == 1) {
161-
161+
links.push(' <a href="' + doi + '" target="_blank" rel="noopener">Data link.</a>');
162162
} else {
163163
links.push(' <a href="' + doi + '" target="_blank" rel="noopener">Data link ' + j + '.</a>');
164164
}

0 commit comments

Comments
 (0)