From 523cce297549082c214b74d4681b5d3ff4088637 Mon Sep 17 00:00:00 2001 From: Remco Date: Thu, 13 Nov 2014 16:56:29 +0100 Subject: [PATCH] fixed wrong template --- transfersh-server/handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transfersh-server/handlers.go b/transfersh-server/handlers.go index 9f28c5b..1e19c47 100644 --- a/transfersh-server/handlers.go +++ b/transfersh-server/handlers.go @@ -105,7 +105,7 @@ func previewHandler(w http.ResponseWriter, r *http.Request) { content = html_template.HTML(data) } - templatePath = "download.md.html" + templatePath = "download.markdown.html" default: templatePath = "download.html" }