Просмотр исходного кода

fixed wrong template

tags/v1.0.0
Remco 9 лет назад
Родитель
Сommit
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"
}


Загрузка…
Отмена
Сохранить