fixed typo
Cette révision appartient à :
Parent
ccc727bfd2
révision
3908623195
1 fichiers modifiés avec 1 ajouts et 1 suppressions
2
main.go
2
main.go
|
@ -220,7 +220,7 @@ func rootHandler(w http.ResponseWriter, r *http.Request) {
|
|||
|
||||
}
|
||||
|
||||
htv := HomeTemplateVariables{b, getAllCategories(false), "", "", "_", "id", "desc", maxPerPage, nbTorrents}
|
||||
htv := HomeTemplateVariables{b, getAllCategories(false), "", "", "_", "torrent_id", "desc", maxPerPage, nbTorrents}
|
||||
|
||||
err := templates.ExecuteTemplate(w, "index.html", htv)
|
||||
if err != nil {
|
||||
|
|
Référencer dans un nouveau ticket