appended an empty paragraph when inserting a table

This commit is contained in:
hyung-hwan 2016-01-19 15:39:52 +00:00
parent 06aa8bff25
commit 2ab771ce61

View File

@ -541,7 +541,10 @@ Table.prototype = {
'<tbody>' +
html +
'</tbody>' +
'</table>', {
// codepot
//'</table>', {
'</table><p></p>', {
// end codepot
cleanAttrs: [],
cleanTags: []
}