diff --git a/templates/jlog/log_offline.html b/templates/jlog/log_offline.html index feda70c70..12bfb5af5 100644 --- a/templates/jlog/log_offline.html +++ b/templates/jlog/log_offline.html @@ -130,7 +130,7 @@ var div_time = ' 开始时间: ' + ''+start_time +'' + ' 结束时间: ' +'' + end_time + '').html(data.replace(/\n/g,"")); + var tag = $('
').html(data.replace(/\n/g,"
")); BootstrapDialog.show({title: title, message:tag[0]}); }}); return false;