fix: whitespace

This commit is contained in:
saqimtiaz 2024-02-19 21:32:09 +01:00
parent f7a54419a1
commit a38e0b883d
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ SaverHandler.prototype.saveWiki = function(options) {
}
var variables = options.variables || {},
template = (options.template ||
this.wiki.getTiddlerText("$:/config/SaveWikiButton/Template","$:/core/save/all")).trim(),
this.wiki.getTiddlerText("$:/config/SaveWikiButton/Template","$:/core/save/all")).trim(),
downloadType = options.downloadType || "text/plain",
text = this.wiki.renderTiddler(downloadType,template,options),
callback = function(err) {