From 9ec130e7d2ff614764ff5e50b3f4f4cc40a6b388 Mon Sep 17 00:00:00 2001 From: dima-ch Date: Fri, 22 Apr 2016 16:57:15 +0300 Subject: [PATCH] fix html special simbols in console output --- html/console.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/html/console.js b/html/console.js index 58398ad..a1eba8f 100644 --- a/html/console.js +++ b/html/console.js @@ -31,7 +31,11 @@ function updateText(resp) { if (resp.start > el.textEnd) { el.innerHTML = el.innerHTML.concat("\r\n/g, '>') + .replace(/"/g, '"')); el.textEnd = resp.start + resp.len; delay = 500;