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