appended an empty paragraph when inserting a table
This commit is contained in:
parent
06aa8bff25
commit
2ab771ce61
@ -541,7 +541,10 @@ Table.prototype = {
|
|||||||
'<tbody>' +
|
'<tbody>' +
|
||||||
html +
|
html +
|
||||||
'</tbody>' +
|
'</tbody>' +
|
||||||
'</table>', {
|
// codepot
|
||||||
|
//'</table>', {
|
||||||
|
'</table><p></p>', {
|
||||||
|
// end codepot
|
||||||
cleanAttrs: [],
|
cleanAttrs: [],
|
||||||
cleanTags: []
|
cleanTags: []
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user