Ticket #26332: 26332.diff
File 26332.diff, 665 bytes (added by , 7 years ago) |
---|
-
tinymce.js
10604 10604 node.empty().append(new Node('#text', '3')).value = '\u00a0'; 10605 10605 } else { 10606 10606 // Leave nodes that have a name like <a name="name"> 10607 if (!node.attributes.map.name && !node.attributes.map.id) { 10607 // For #26332 10608 /*if (!node.attributes.map.name && !node.attributes.map.id) { 10608 10609 tempNode = node.parent; 10609 10610 node.empty().remove(); 10610 10611 node = tempNode; 10611 10612 return; 10612 } 10613 }*/ 10613 10614 } 10614 10615 } 10615 10616 }