mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Correct typo in #2272
This commit is contained in:
parent
d1d41fb9fc
commit
6aac2b00c9
@ -40,7 +40,7 @@ exports["application/enex+xml"] = function(text,fields) {
|
||||
tags: Array.prototype.slice.call(noteNode.querySelectorAll("tag")).map(function(tag) { return tag.textContent; }).join(","),
|
||||
text: noteNode.querySelector("content").textContent
|
||||
};
|
||||
$tw.utils.each(noteNodes.querySelector("note-attributes").childNodes,function(attrNode) {
|
||||
$tw.utils.each(noteNode.querySelector("note-attributes").childNodes,function(attrNode) {
|
||||
result[attrNode.tagName] = attrNode.textContent;
|
||||
});
|
||||
results.push(result);
|
||||
|
Loading…
Reference in New Issue
Block a user