commit 14caaa97e70102a8acf7dc3614c701bc8e9ac88c
parent f677c57f351b982ac757af9f0094902645053580
Author: Peter Kosyh <p.kosyh@gmail.com>
Date: Mon, 8 Feb 2021 08:27:19 +0000
Merge branch 'master' of https://github.com/gl00my/ii-go
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ii-node/web.go b/ii-node/web.go
@@ -803,7 +803,7 @@ func msg_trunc(m *ii.Msg, maxlen int, more string) string {
continue
}
if pre {
- f += l + "\n"
+ f += str_esc(l) + "\n"
continue
}
if strings.HasPrefix(l, "/* XPM */") || strings.HasPrefix(l, "! XPM2") {