diff --git a/modules/app/src/main/resources/views/modules/app/appCommentForm.html b/modules/app/src/main/resources/views/modules/app/appCommentForm.html
index 29cb499e..a8191755 100644
--- a/modules/app/src/main/resources/views/modules/app/appCommentForm.html
+++ b/modules/app/src/main/resources/views/modules/app/appCommentForm.html
@@ -160,7 +160,7 @@
<% } %>
+<%/*
+
+IE9给予警告提示,IE8及以下禁止使用,调用举例如下:
+
+< % include('/include/upgrade.html'){} // 如果客户浏览器版本过低,则显示浏览器升级提示。 % >
+
+*/%>
diff --git a/modules/core/src/main/resources/views/modules/msg/msgInnerForm.html b/modules/core/src/main/resources/views/modules/msg/msgInnerForm.html
index dbd6b188..5f140c5a 100644
--- a/modules/core/src/main/resources/views/modules/msg/msgInnerForm.html
+++ b/modules/core/src/main/resources/views/modules/msg/msgInnerForm.html
@@ -162,7 +162,7 @@ $('#receiveType input').on('ifCreated ifChecked', function(event){
}
}
});
-$("#inputForm").validate({
+$('#inputForm').validate({
submitHandler: function(form){
js.ajaxSubmitForm($(form), function(data){
js.showMessage(data.message);
diff --git a/modules/core/src/main/resources/views/modules/msg/msgInnerList.html b/modules/core/src/main/resources/views/modules/msg/msgInnerList.html
index 6988bd17..bd022005 100644
--- a/modules/core/src/main/resources/views/modules/msg/msgInnerList.html
+++ b/modules/core/src/main/resources/views/modules/msg/msgInnerList.html
@@ -64,7 +64,7 @@