mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 01:44:34 +08:00
fix tables in reports
This commit is contained in:
parent
35b8638598
commit
d669f006b1
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