diff --git a/serve_https.go b/serve_https.go index 9504328..b4c09cc 100644 --- a/serve_https.go +++ b/serve_https.go @@ -41,8 +41,8 @@ func serveHTTPS(w http.ResponseWriter, r *http.Request) (int, int64, string) { // Do we have a custom CSS file? If so, we use this instead. if css, found := customCSS[r.URL.Hostname()]; found { - w.Write(css) - return status, int64(len(css)), "" + w.Write(css) + return status, int64(len(css)), "" } // Default CSS