mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Corrected default template for download macro
This commit is contained in:
parent
e8c69ae7dc
commit
db34b346a4
@ -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…
Reference in New Issue
Block a user