diff --git a/application/views/bootstrap3/header.php b/application/views/bootstrap3/header.php
index 1bf173bc..2037038e 100644
--- a/application/views/bootstrap3/header.php
+++ b/application/views/bootstrap3/header.php
@@ -5,7 +5,8 @@
信息平台
-
+
+
diff --git a/js/kindeditor/kindeditor.js b/js/kindeditor/kindeditor.js
index 5a521f49..395f7ea4 100644
--- a/js/kindeditor/kindeditor.js
+++ b/js/kindeditor/kindeditor.js
@@ -17,7 +17,7 @@ if (!window.console) {
if (!console.log) {
console.log = function () {};
}
-var _VERSION = '4.1.6 (2013-03-24) 20160601',
+var _VERSION = '4.1.6 (2013-03-24) 20180725',
_ua = navigator.userAgent.toLowerCase(),
_IE = _ua.indexOf('msie') > -1 && _ua.indexOf('opera') == -1,
_GECKO = _ua.indexOf('gecko') > -1 && _ua.indexOf('khtml') == -1,