diff --git a/route/static/app/crontab.js b/route/static/app/crontab.js index 459e65d50..3509bdcf4 100755 --- a/route/static/app/crontab.js +++ b/route/static/app/crontab.js @@ -35,7 +35,7 @@ function getLogs(id){ }); setTimeout(function(){ - $("#crontab-log").text(rdata.msg); + $("#crontab-log").html(rdata.msg); },200); },'json'); }