From 9a7c9bfc6e517cb1b4a3c5a34f235eb2e90eacc7 Mon Sep 17 00:00:00 2001 From: Eliot Whalan Date: Thu, 23 Jun 2016 13:55:09 +1000 Subject: [PATCH] Add missing slash --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index e03e63d..7044f13 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")