mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
parent
a8fe653e3c
commit
55735d7552
@ -28,7 +28,8 @@ exports["application/x-bibtex"] = function(text,fields) {
|
||||
}
|
||||
if(typeof data === "string") {
|
||||
return [{
|
||||
title: "BibTeX import error: " + data,
|
||||
title: "BibTeX import error",
|
||||
text: data
|
||||
}];
|
||||
}
|
||||
// Convert each entry
|
||||
|
Loading…
Reference in New Issue
Block a user