From db34b346a478ebfa01acac8c8edbf6ecc3a13996 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Thu, 7 Jun 2012 12:28:03 +0100 Subject: [PATCH] Corrected default template for download macro --- core/modules/macros/download.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/macros/download.js b/core/modules/macros/download.js index 52f4fd93b..0f9416974 100644 --- a/core/modules/macros/download.js +++ b/core/modules/macros/download.js @@ -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 = {},