diff --git a/src/js/chat/cli.js b/src/js/chat/cli.js index b91b8c0..881d2f4 100644 --- a/src/js/chat/cli.js +++ b/src/js/chat/cli.js @@ -186,7 +186,7 @@ function renderChatContent(text) { // Use unique placeholder so we can find it after innerHTML const placeholder = `__CODE_CONTENT_${i}__`; html = html.replace( - `\\x00CODE${i}\\x00`, + `\x00CODE${i}\x00`, `
${langLabel}${placeholder}`
);
});