mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-09 22:36:05 +00:00
@@ -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
|
||||
|
Reference in New Issue
Block a user