默认白名单tr增加rowspan属性

This commit is contained in:
leizongmin
2013-07-11 22:58:23 +08:00
parent 0d16433a32
commit da43af4bcd

View File

@@ -28,7 +28,7 @@ var defaultWhiteList = {
img: ['src', 'alt', 'title', 'width', 'height'],
div: [],
table: ['width', 'border'],
tr: [],
tr: ['rowspan'],
td: ['width', 'colspan'],
th: ['width', 'colspan'],
tbody: [],