Cleanup for feed search #9

Closed
peter wants to merge 5 commits from cleanup into master
Showing only changes of commit c7f231a38e - Show all commits

View File

@ -411,7 +411,7 @@ func (h *mainHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
err = h.renderTemplate(w, "channel.html", page) err = h.renderTemplate(w, "channel.html", page)
if err != nil { if err != nil {
fmt.Fprintf(w, "ERROR: %s\n", err) http.Error(w, err.Error(), 500)
} }
return return
} else if r.URL.Path == "/logs" { } else if r.URL.Path == "/logs" {