Permalink
Showing
with
1 addition
and
1 deletion.
-
+1
−1
BibTeX.js
|
@@ -935,7 +935,7 @@ function beginRecord(type, closeChar) { |
|
|
|
return item.complete(); |
|
|
|
} |
|
|
|
return; |
|
|
|
} else if (" \n\r\t".includes(read)) { // skip whitespace |
|
|
|
} else if (!" \n\r\t".includes(read)) { // skip whitespace |
|
|
|
field += read; |
|
|
|
} |
|
|
|
} |
|
|
0 comments on commit
53102fa