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;