mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-03-15 11:11:24 -07:00
Fix overlooked typo
Ouch.
This commit is contained in:
parent
0d2ed8f112
commit
29c0f7156b
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ ViewWidget.prototype.getValueAsText = function() {
|
|||
};
|
||||
|
||||
ViewWidget.prototype.getValueAsHtmlWikified = function() {
|
||||
return this.wiki.renderText("text/html","text/vnd.tiddlywiki",this.getValueAsText(),this);
|
||||
return this.wiki.renderText("text/html","text/vnd.tiddlywiki",this.getValueAsText(),{parentWidget: this});
|
||||
};
|
||||
|
||||
ViewWidget.prototype.getValueAsHtmlEncoded = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue