diff --git a/main.go b/main.go index 6caa5a3..3cddd25 100644 --- a/main.go +++ b/main.go @@ -166,7 +166,7 @@ func saveHandler(w http.ResponseWriter, r *http.Request) { w.Write(x) case "html": w.Header().Set("Content-Type", "text/html") - io.WriteString(w, "
URL: "+b.URL+"
URL: "+b.URL+"
") io.WriteString(w, "Delete Key: "+b.DELKEY+"
") default: