Text-slicer: Fix image URLs

print-window-tiddler
Jermolene 2017-12-21 22:14:08 +00:00
rodzic 57e1fc6cd8
commit 642a6505a1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -304,7 +304,7 @@ Slicer.prototype.onImage = function(node) {
// role: this.role
// });
}
this.addTextToCurrentChunk("[img[" + url + "]]");
this.addTextToCurrentChunk("[img[" + $tw.utils.resolvePath(url,this.baseTiddlerTitle) + "]]");
};
Slicer.prototype.onCloseTag = function(name) {