diff options
Diffstat (limited to 'system/admin/handlers.go')
-rw-r--r-- | system/admin/handlers.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go index 388423c..6f73705 100644 --- a/system/admin/handlers.go +++ b/system/admin/handlers.go @@ -185,7 +185,6 @@ func configUsersHandler(res http.ResponseWriter, req *http.Request) { return } - res.Header().Set("Content-Type", "text/html") res.Write(view) case http.MethodPost: |