From b08b0d1ca1b4341aa9e1766a76392d4656d95b4b Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 23 Dec 2020 17:15:43 +0100 Subject: [PATCH] Permit `wsm` to be placed inside `
  • ` --- .../files/lib/system/html/input/node/HtmlInputNodeImg.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeImg.class.php b/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeImg.class.php index 0d658fa90f..df113c5314 100644 --- a/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeImg.class.php +++ b/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeImg.class.php @@ -169,6 +169,7 @@ class HtmlInputNodeImg extends AbstractHtmlInputNode { case 'body': case 'code': case 'div': + case 'li': case 'p': case 'td': case 'woltlab-quote': -- 2.20.1