diff --git a/public/javascripts/create_kindeditor.js b/public/javascripts/create_kindeditor.js
index 8989f8716..2ff5336e1 100644
--- a/public/javascripts/create_kindeditor.js
+++ b/public/javascripts/create_kindeditor.js
@@ -31,7 +31,7 @@ function sd_create_editor(params){
//params.toolbar_container.hide();
sd_check_editor_form_field({content:this,contentmsg:params.contentmsg,textarea:params.textarea});
if(this.isEmpty()) {
- this.edit.html("我要回复");
+ this.edit.html("我要回复");
}
//params.toolbar_container.hide();
$('#reply_image_' + id).addClass('imageFuzzy');
@@ -78,7 +78,7 @@ function sd_create_editor(params){
//reset height
paramsHeight = paramsHeight == undefined ? params.kindutil.removeUnit(this.height) : paramsHeight;
edit.iframe.height(paramsHeight);
- edit.html("我要回复");
+ edit.html("我要回复");
this.resize(null,paramsHeight);// Math.max((params.kindutil.IE ? body.scrollHeight : body.offsetHeight)+ paramsHeight , paramsHeight)
// params.toolbar_container.hide();
if(typeof enableAt === 'function'){