dever преди 7 години
родител
ревизия
4c630320dc
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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, ' ');
 	});