mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-10 20:09:57 +00:00
Fixed typo from d64590a12b
This commit is contained in:
parent
8681e0228d
commit
f6a4ea6b0f
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user