diff --git a/main.go b/main.go index 89b6567..13dcced 100644 --- a/main.go +++ b/main.go @@ -235,7 +235,7 @@ button[type="submit"],.btn-save{background:linear-gradient(90deg,var(--accent),# // Static index page (no JS). Bookmarks rendered server-side only here. func indexHandler(w http.ResponseWriter, r *http.Request) { - w.Header().Set("Content-Type", "text/html; charset=utf-8") + w.Header().Set("Content-Type", "text/html; charset=utf8") // header and intro io.WriteString(w, `