all repos — honk @ f3447859af66e3fc0b28a7a754316cfe385910e2

my fork of honk

go fmt is a harsh mistress
Ted Unangst tedu@tedunangst.com
Tue, 16 Apr 2019 20:33:01 -0400
commit

f3447859af66e3fc0b28a7a754316cfe385910e2

parent

d451bb63e456ae28258e4d2d7226502593b4651e

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

jump to
M fun.gofun.go

@@ -188,7 +188,7 @@ where := gofish(m)

if where == "" { return m } - who := m[0:1 + strings.IndexByte(m[1:], '@')] + who := m[0 : 1+strings.IndexByte(m[1:], '@')] return fmt.Sprintf(`<span class="h-card"><a class="u-url mention" href="%s">%s</a></span>`, html.EscapeString(where), html.EscapeString(who)) })