mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-02 13:12:13 +08:00
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:
commit
0b2e5063a8
1 changed files with 2 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue