mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-04 06:36:27 +08:00
Merge pull request #451 from mlorb/ml_sci_946
Fix tables in reports [SCI-946]
This commit is contained in:
commit
dd46ba6b71
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ class Constants
|
|||
|
||||
WHITELISTED_TAGS = %w(
|
||||
a b strong i em li ul ol h1 del ins h2 h3 h4 h5 h6 br sub sup p code hr div
|
||||
span u s blockquote pre
|
||||
span u s blockquote pre col colgroup table thead tbody th tr td
|
||||
).freeze
|
||||
|
||||
WHITELISTED_ATTRIBUTES = %w(
|
||||
|
|
Loading…
Reference in a new issue