mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Fixed typo
This commit is contained in:
parent
c6add09e54
commit
c0a00f856e
@ -32,7 +32,7 @@ WikifiedViewer.prototype.render = function() {
|
||||
parents = parents.slice(0);
|
||||
parents.push(this.tiddler.fields.title);
|
||||
} else {
|
||||
children = this.viewMacro.wiki.parseText("text/x-tiddlywiki",value).tree;
|
||||
children = this.viewMacro.wiki.parseText("text/x-tiddlywiki",this.value).tree;
|
||||
}
|
||||
// Clone and execute the parsed wikitext
|
||||
for(t=0; t<children.length; t++) {
|
||||
|
Loading…
Reference in New Issue
Block a user