Sign in
dlstatic
/
components
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
d148e2961c15116378097e64a6c83a0cfda351d2
Authored by
dlstatic
2016-02-22 17:59:16 +0800
1 parent
7010b48e
build: skipped
Fix.
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
js/plugin/ueditor/ueditor.config.js
js/plugin/ueditor/ueditor.config.js
View file @
d148e29
...
...
@@ -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();
...
...