fixed wrong template

This commit is contained in:
Remco 2014-11-13 16:56:29 +01:00
parent 989910711d
commit 523cce2975

View file

@ -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"
}