Closed XhmikosR closed 4 years ago
Maybe the details tag needs to be added to a whitelist or something?
details
<details> <summary class="text-primary mb-3">Show components requiring JavaScript</summary> FOO </details>
becomes:
<p><details> <summary class="text-primary mb-3">Show components requiring JavaScript</summary> FOO </details></p>
which isn't valid HTML.
Maybe the
details
tag needs to be added to a whitelist or something?becomes:
which isn't valid HTML.