1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-27 14:48:19 +00:00

Corrected default template for download macro

This commit is contained in:
Jeremy Ruston 2012-06-07 12:28:03 +01:00
parent e8c69ae7dc
commit db34b346a4

View File

@ -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 = {},