all repos — honk @ 6daf6f8d9bf6caaa697f9cf699255081916017cf

my fork of honk

what's one more cheap hack
Ted Unangst tedu@tedunangst.com
Mon, 16 Sep 2019 22:02:42 -0400
commit

6daf6f8d9bf6caaa697f9cf699255081916017cf

parent

eaceb0995f874d48c43fcb0fe0bdb3d54a63cd89

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M web.goweb.go

@@ -526,6 +526,7 @@ }

name = html.EscapeString(name) msg := fmt.Sprintf(`honks by honker: <a href="%s" ref="noreferrer">%s</a>`, name, name) templinfo := getInfo(r) + templinfo["PageName"] = "honker" templinfo["ServerMessage"] = template.HTML(msg) templinfo["HonkCSRF"] = login.GetCSRF("honkhonk", r) honkpage(w, u, honks, templinfo)