diff --git a/main.go b/main.go index 3cddd25..e03e63d 100644 --- a/main.go +++ b/main.go @@ -167,7 +167,7 @@ func saveHandler(w http.ResponseWriter, r *http.Request) { case "html": w.Header().Set("Content-Type", "text/html") io.WriteString(w, "

URL: "+b.URL+"

") - io.WriteString(w, "

Delete Key: "+b.DELKEY+"

") + io.WriteString(w, "

Delete Key: "+b.DELKEY+"

") default: io.WriteString(w, b.URL+"\n")