1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 06:13:17 +00:00
This commit is contained in:
Mete Balci 2018-03-19 16:56:28 +01:00 committed by Jeremy Ruston
parent c4f6ba3a3f
commit 45bf58b920

View File

@ -55,7 +55,7 @@ exports["application/enex+xml"] = function(text,fields) {
result[attrNode.tagName] = attrNode.textContent;
});
results.push(result);
$tw.utils.each(noteNode.querySelectorAll("resources"),function(resourceNode) {
$tw.utils.each(noteNode.querySelectorAll("resource"),function(resourceNode) {
results.push({
title: getTextContent(resourceNode,"resource-attributes>file-name"),
type: getTextContent(resourceNode,"mime"),