1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

Fixed typo

This commit is contained in:
Jeremy Ruston 2012-10-28 18:41:31 +00:00
parent c6add09e54
commit c0a00f856e

View File

@ -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++) {