X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/static/gitweb.css?a=blobdiff_plain;f=rogue_chat.html;h=a8b6ba70338b400e94929ee5504e1cc7bbe055f7;hb=50eac5d2c96ccbb36d87c43cf5eed0ed023b9d7d;hp=49fdda0bc8480e7ef0bd2577d63dd6effa031625;hpb=b03c50a4922dfd0017712958b8a317a7bd612c54;p=plomrogue2 diff --git a/rogue_chat.html b/rogue_chat.html index 49fdda0..a8b6ba7 100644 --- a/rogue_chat.html +++ b/rogue_chat.html @@ -253,7 +253,7 @@ let terminal = { let start_x = 0; for (let span of tui.links[y]) { chunks.push(escapeHTML(line.slice(start_x, span[0]))); - chunks.push(''); chunks.push(escapeHTML(line.slice(span[0], span[1])));