Ver a proveniência

fixed wrong template

tags/v1.0.0
Remco há 9 anos
ascendente
cometimento
523cce2975
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      transfersh-server/handlers.go

+ 1
- 1
transfersh-server/handlers.go Ver ficheiro

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


Carregando…
Cancelar
Guardar