Commit d148e2961c15116378097e64a6c83a0cfda351d2

Authored by dlstatic
1 parent 7010b48e

Fix.

js/plugin/ueditor/ueditor.config.js
... ... @@ -113,7 +113,7 @@
113 113  
114 114 //,pasteplain:false //是否默认为纯文本粘贴。false为不使用纯文本粘贴,true为使用纯文本粘贴
115 115 //纯文本粘贴模式下的过滤规则
116   - 'filterTxtRules' : function(){
  116 + , 'filterTxtRules' : function(){
117 117 function transP(node){
118 118 node.tagName = 'p';
119 119 node.setStyle();
... ...