kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Fix output type for view format `htmlwikified`
rodzic
3005604b83
commit
167116d416
|
@ -118,7 +118,7 @@ ViewWidget.prototype.getValueAsText = function() {
|
|||
};
|
||||
|
||||
ViewWidget.prototype.getValueAsHtmlWikified = function() {
|
||||
return this.wiki.new_renderText("text/plain","text/vnd.tiddlywiki",this.getValueAsText());
|
||||
return this.wiki.new_renderText("text/html","text/vnd.tiddlywiki",this.getValueAsText(),this);
|
||||
};
|
||||
|
||||
ViewWidget.prototype.getValueAsHtmlEncoded = function() {
|
||||
|
|
Ładowanie…
Reference in New Issue