Commit d148e2961c15116378097e64a6c83a0cfda351d2
1 parent
7010b48e
Fix.
Showing
1 changed file
with
1 additions
and
1 deletions
js/plugin/ueditor/ueditor.config.js
@@ -113,7 +113,7 @@ | @@ -113,7 +113,7 @@ | ||
113 | 113 | ||
114 | //,pasteplain:false //是否默认为纯文本粘贴。false为不使用纯文本粘贴,true为使用纯文本粘贴 | 114 | //,pasteplain:false //是否默认为纯文本粘贴。false为不使用纯文本粘贴,true为使用纯文本粘贴 |
115 | //纯文本粘贴模式下的过滤规则 | 115 | //纯文本粘贴模式下的过滤规则 |
116 | - 'filterTxtRules' : function(){ | 116 | + , 'filterTxtRules' : function(){ |
117 | function transP(node){ | 117 | function transP(node){ |
118 | node.tagName = 'p'; | 118 | node.tagName = 'p'; |
119 | node.setStyle(); | 119 | node.setStyle(); |