Sfoglia il codice sorgente

fixed wrong template

tags/v1.0.0
Remco 9 anni fa
parent
commit
523cce2975
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      transfersh-server/handlers.go

+ 1
- 1
transfersh-server/handlers.go Vedi 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"
}


Caricamento…
Annulla
Salva