all repos — honk @ fdd569558aeb73e624513bc4d30e34abf41bfe49

my fork of honk

name property is plaintext
Ted Unangst tedu@tedunangst.com
Sun, 12 Jan 2020 11:26:52 -0500
commit

fdd569558aeb73e624513bc4d30e34abf41bfe49

parent

2dd6550c9120ee8a5b19b6fb1a96d2f0fcf73d1b

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

jump to
M activity.goactivity.go

@@ -665,7 +665,7 @@ if name, ok := obj.GetString("name"); ok {

if precis != "" { content = precis + "<p>" + content } - precis = name + precis = html.EscapeString(name) } if sens, _ := obj["sensitive"].(bool); sens && precis == "" { precis = "unspecified horror"