From 0a8198b2ca9a3c9a6b699a8e1de6bc4e4f39a8a8 Mon Sep 17 00:00:00 2001 From: ibuler Date: Mon, 20 Apr 2015 15:57:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A7=BB=E9=99=A4bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/jlog/log_offline.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;