mirror of
https://github.com/tenox7/wrp.git
synced 2024-11-24 22:30:58 +00:00
removed alt as it was being annoying in netscape
This commit is contained in:
parent
d102016ba9
commit
22dd6aaab2
2
wrp.go
2
wrp.go
@ -239,7 +239,7 @@ func (w wrpReq) capture(c string, out http.ResponseWriter) {
|
|||||||
gifmap[imgpath] = gifbuf
|
gifmap[imgpath] = gifbuf
|
||||||
ismap[mappath] = w
|
ismap[mappath] = w
|
||||||
log.Printf("%s Encoded GIF image: %s, Size: %dKB, Colors: %d\n", c, imgpath, len(gifbuf.Bytes())/1024, w.C)
|
log.Printf("%s Encoded GIF image: %s, Size: %dKB, Colors: %d\n", c, imgpath, len(gifbuf.Bytes())/1024, w.C)
|
||||||
fmt.Fprintf(out, "<A HREF=\"%s\"><IMG SRC=\"%s\" ALT=\"wrp\" BORDER=\"0\" ISMAP></A>", mappath, imgpath)
|
fmt.Fprintf(out, "<A HREF=\"%s\"><IMG SRC=\"%s\" BORDER=\"0\" ISMAP></A>", mappath, imgpath)
|
||||||
w.printFooter(out)
|
w.printFooter(out)
|
||||||
log.Printf("%s Done with caputure for %s\n", c, w.U)
|
log.Printf("%s Done with caputure for %s\n", c, w.U)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user