what's one more cheap hack
Ted Unangst tedu@tedunangst.com
Mon, 16 Sep 2019 22:02:42 -0400
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
web.go
→
web.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)