mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-02 12:19:11 +00:00
Fix type for transclusions
This commit is contained in:
parent
04e9376eca
commit
81d642dd8b
@ -30,7 +30,7 @@ exports.macro = {
|
||||
return store.renderText(targetTiddler.type,text,type,tiddler.title);
|
||||
} else {
|
||||
// There's no parameterisation, so we can just render the target tiddler directly
|
||||
return store.renderTiddler(type,params.target);
|
||||
return store.renderTiddler(type,params.target,tiddler.title);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user