diff --git a/history/histweb/histview.go b/history/histweb/histview.go index 1f59d77..a761d43 100644 --- a/history/histweb/histview.go +++ b/history/histweb/histview.go @@ -114,7 +114,7 @@ func handlerRecentChangesAtom(w http.ResponseWriter, rq *http.Request) { } func handlerRecentChangesJSON(w http.ResponseWriter, rq *http.Request) { - genericHandlerOfFeeds(w, rq, history.RecentChangesJSON, "JSON feed", "application/json") + genericHandlerOfFeeds(w, rq, history.RecentChangesJSON, "JSON feed", "application/feed+json") } var (