mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-31 22:33:23 -08:00
Corrected default template for download macro
This commit is contained in:
parent
e8c69ae7dc
commit
db34b346a4
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ exports.handleEvent = function(event) {
|
|||
};
|
||||
|
||||
exports.executeMacro = function() {
|
||||
this.downloadTitle = this.params.title || "$:/core/tiddlywiki5.template.html";
|
||||
this.downloadTitle = this.params.title || "$:/core/templates/tiddlywiki5.template.html";
|
||||
this.downloadType = this.params.type || "text/plain";
|
||||
this.downloadFilename = this.params.filename || this.downloadTitle;
|
||||
var attributes = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue