From 22dd6aaab2bf7df41492ec23c8df8596a89d459f Mon Sep 17 00:00:00 2001 From: Antoni Sawicki Date: Sun, 14 Jul 2019 01:54:41 -0700 Subject: [PATCH] removed alt as it was being annoying in netscape --- wrp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrp.go b/wrp.go index a21b22b..2608038 100644 --- a/wrp.go +++ b/wrp.go @@ -239,7 +239,7 @@ func (w wrpReq) capture(c string, out http.ResponseWriter) { gifmap[imgpath] = gifbuf ismap[mappath] = w log.Printf("%s Encoded GIF image: %s, Size: %dKB, Colors: %d\n", c, imgpath, len(gifbuf.Bytes())/1024, w.C) - fmt.Fprintf(out, "\"wrp\"", mappath, imgpath) + fmt.Fprintf(out, "", mappath, imgpath) w.printFooter(out) log.Printf("%s Done with caputure for %s\n", c, w.U) }