mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-27 06:30:19 +01:00
fixed wrong template
This commit is contained in:
parent
989910711d
commit
523cce2975
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue