From 19a2e58708ba32acc437dbb2fb2d96361d2ced82 Mon Sep 17 00:00:00 2001 From: Eliot Whalan Date: Thu, 23 Jun 2016 13:51:59 +1000 Subject: [PATCH] Remove br tag --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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+"


") + io.WriteString(w, "

URL: "+b.URL+"

") io.WriteString(w, "

Delete Key: "+b.DELKEY+"

") default: