dever 7 years ago
parent
commit
4c630320dc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      assets/lib/kindeditor/kindeditor-all-min.js

+ 1 - 0
assets/lib/kindeditor/kindeditor-all-min.js

@@ -754,6 +754,7 @@ function _formatHtml(html, htmlTags, urlType, wellFormatted, indentChar) {
 	html = html.replace(/\u00AE/g, '®');
 	html = html.replace(/\u2003/g, ' ');
 	html = html.replace(/\u3000/g, ' ');
+	html = html.replace(/"/g, '');
 	html = html.replace(/<[^>]+/g, function($0) {
 		return $0.replace(/\s+/g, ' ');
 	});