fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
editor: plugins/core - remove & type change list actions return new document fragment
[fnpeditor.git]
/
src
/
smartxml
/
core.js
diff --git
a/src/smartxml/core.js
b/src/smartxml/core.js
index
9630a77
..
419b175
100644
(file)
--- a/
src/smartxml/core.js
+++ b/
src/smartxml/core.js
@@
-106,7
+106,7
@@
var elementNodeTransformations = {
detach: function() {
var next;
- if(this.parent() && this.isSurroundedByText
Element
s()) {
+ if(this.parent() && this.isSurroundedByText
Node
s()) {
next = this.next();
this.prev().appendText(next.getText());
next.detach();