21026: cleanup Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
[arvados-workbench2.git] / src / common / html-sanitize.ts
index 79ed93495842af2cf76351aa23d1e316ebfae21d..e7c66f11e78dce595286e8cddada6666969d43df 100644 (file)
@@ -37,12 +37,12 @@ const domPurifyConfig: TDomPurifyConfig = {
         'pre',
         's',
         'del',
+        'section',
+        'span',
         'strong',
         'sub',
         'sup',
         'ul',
-        'span',
-        'section'
     ],
     ALLOWED_ATTR: ['src', 'width', 'height', 'href', 'alt', 'title', 'style' ],
 };