print-window-tiddler
Jermolene 2013-11-11 23:44:55 +00:00
rodzic 8681e0228d
commit f6a4ea6b0f
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -40,8 +40,7 @@ exports.parse = function() {
var transcludeNode = {
type: "element",
tag: "$transclude",
attributes: {},
isBlock: true
attributes: {}
};
var tiddlerNode = {
type: "element",
@ -49,7 +48,6 @@ exports.parse = function() {
attributes: {
tiddler: {type: "string", value: targetTitle}
},
isBlock: true,
children: [transcludeNode]
};
if(template) {