From 15c0a93cede83016a7fade2f51d41909174dca83 Mon Sep 17 00:00:00 2001 From: Eliot Whalan Date: Thu, 23 Jun 2016 13:53:08 +1000 Subject: [PATCH] Fixup deletion link --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")