We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19356bd commit 84c6009Copy full SHA for 84c6009
Web of Science Tagged.js
@@ -195,7 +195,7 @@ function detectImport() {
195
let i = 0;
196
while ((line = Zotero.read()) !== false && i < 10) {
197
// It has been confirmed that these two tags do not conflict with Refworks Tagged Format
198
- if (/PT|DT/.test(line)) {
+ if (/^(PT|DT)/.test(line)) {
199
return true;
200
}
201
i++;
0 commit comments