From a38e0b883de85c46979678a1c6b68914fd17c279 Mon Sep 17 00:00:00 2001 From: saqimtiaz Date: Mon, 19 Feb 2024 21:32:09 +0100 Subject: [PATCH] fix: whitespace --- core/modules/saver-handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/saver-handler.js b/core/modules/saver-handler.js index edd901f50..31bdce685 100644 --- a/core/modules/saver-handler.js +++ b/core/modules/saver-handler.js @@ -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) {