all repos — honk @ fec9ec5de5564f38cf29572bd9b8a20806c08679

my fork of honk

fix a go vet warning
Ted Unangst tedu@tedunangst.com
Sun, 06 Oct 2019 15:24:28 -0400
commit

fec9ec5de5564f38cf29572bd9b8a20806c08679

parent

ef5dd6644b12d95abfae56fc2eb019d96efc8ad9

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

jump to
M web.goweb.go

@@ -188,7 +188,7 @@ }

feed.Items = append(feed.Items, &rss.Item{ Title: fmt.Sprintf("%s %s %s", honk.Username, honk.What, honk.XID), - Description: rss.CData{desc}, + Description: rss.CData{Data: desc}, Link: honk.URL, PubDate: honk.Date.Format(time.RFC1123), Guid: &rss.Guid{IsPermaLink: true, Value: honk.URL},