默认白名单tr增加rowspan属性
This commit is contained in:
@@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user