Merge pull request #6381 from netchampfaris/quill-fixes-4

fix(Quill): Add data-row attr to whitelist
This commit is contained in:
Faris Ansari 2018-11-02 10:47:21 +05:30 committed by GitHub
commit ab8767833d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,7 +158,7 @@ acceptable_attributes = [
'step', 'style', 'summary', 'suppress', 'tabindex', 'target',
'template', 'title', 'toppadding', 'type', 'unselectable', 'usemap',
'urn', 'valign', 'value', 'variable', 'volume', 'vspace', 'vrml',
'width', 'wrap', 'xml:lang'
'width', 'wrap', 'xml:lang', 'data-row'
]
mathml_attributes = [