commit c5077f9b059ac952e66990420458fcda33d019ba
parent 3c603d1597e9fc96fee7e906c0099f67375149ea
Author: Peter Kosyh <p.kosyh@gmail.com>
Date: Sat, 30 Jan 2021 18:01:05 +0300
description added to rss/2
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ii-node/web.go b/ii-node/web.go
@@ -418,7 +418,7 @@ func www_query(ctx *WebContext, w http.ResponseWriter, r *http.Request, q ii.Que
`,
str_esc(m.Subj), m.MsgId, time.Unix(m.Date, 0).Format("2006-01-02 15:04:05"),
str_esc(m.From), ctx.www.Host, m.MsgId,
- trunc(m.Text, 280),
+ str_esc(trunc(m.Text, 280)),
fmt.Sprintf("%s -> %s<br><br>", m.From, m.To),
msg_text(m))
}