Преглед изворни кода

fixed wrong template

tags/v1.0.0
Remco пре 9 година
родитељ
комит
523cce2975
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      transfersh-server/handlers.go

+ 1
- 1
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"
}


Loading…
Откажи
Сачувај