summaryrefslogtreecommitdiffstats
path: root/js/src/util
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--js/src/util/backdrop.js4
-rw-r--r--js/src/util/sanitizer.js3
2 files changed, 6 insertions, 1 deletions
diff --git a/js/src/util/backdrop.js b/js/src/util/backdrop.js
index 0d478e9..82b5490 100644
--- a/js/src/util/backdrop.js
+++ b/js/src/util/backdrop.js
@@ -7,7 +7,9 @@
import EventHandler from '../dom/event-handler.js'
import Config from './config.js'
-import { execute, executeAfterTransition, getElement, reflow } from './index.js'
+import {
+ execute, executeAfterTransition, getElement, reflow
+} from './index.js'
/**
* Constants
diff --git a/js/src/util/sanitizer.js b/js/src/util/sanitizer.js
index d2b0808..3d2883a 100644
--- a/js/src/util/sanitizer.js
+++ b/js/src/util/sanitizer.js
@@ -17,7 +17,10 @@ export const DefaultAllowlist = {
br: [],
col: [],
code: [],
+ dd: [],
div: [],
+ dl: [],
+ dt: [],
em: [],
hr: [],
h1: [],