diff --git a/src/resources/js/app.js b/src/resources/js/app.js
index 69e6040..fd6b1d7 100644
--- a/src/resources/js/app.js
+++ b/src/resources/js/app.js
@@ -582,9 +582,7 @@ const Run = templateId => {
if (done)
return;
state.log += ansi_up.ansi_to_html(
- value.replace(//g,'>')
- .replace(/\033\[\{([^:]+):(\d+)\033\\/g, (m, $1, $2) =>
+ value.replace(/\033\[\{([^:]+):(\d+)\033\\/g, (m, $1, $2) =>
''+$1+':'+
'#'+$2+''
)