Skip to content

Commit 84c6009

Browse files
Update Web of Science Tagged.js
1 parent 19356bd commit 84c6009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Web of Science Tagged.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ function detectImport() {
195195
let i = 0;
196196
while ((line = Zotero.read()) !== false && i < 10) {
197197
// It has been confirmed that these two tags do not conflict with Refworks Tagged Format
198-
if (/PT|DT/.test(line)) {
198+
if (/^(PT|DT)/.test(line)) {
199199
return true;
200200
}
201201
i++;

0 commit comments

Comments
 (0)