Merge pull request #2973 from aignatov-bio/ai-sci-5044-fix-merge-cells-pdf-report

Fix merge cells for pdf reports [SCI-5044]
This commit is contained in:
aignatov-bio 2020-11-24 12:33:40 +01:00 committed by GitHub
commit 0b2e5063a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -320,7 +320,8 @@ class Constants
WHITELISTED_ATTRIBUTES = [
'href', 'src', 'width', 'height', 'alt', 'cite', 'datetime', 'title',
'class', 'name', 'xml:lang', 'abbr', 'style', 'target', :data, 'border', 'contenteditable'
'class', 'name', 'xml:lang', 'abbr', 'style', 'target', :data, 'border', 'contenteditable',
'colspan', 'rowspan'
].freeze
WHITELISTED_CSS_ATTRIBUTES = {