diff --git a/views/terminal.pug b/views/terminal.pug index 340685c..d5762f0 100644 --- a/views/terminal.pug +++ b/views/terminal.pug @@ -37,7 +37,7 @@ block endOfBody function(response, textStatus, jqXHR) { var t = new Date().getTime(); - $("#terminal-output").prepend("
" + cmd + "
" + response + "
"); + $("#terminal-output").prepend("
" + cmd + "
" + response + "
"); console.log(response); $("#output-" + t + " pre code").each(function(i, block) {