From: Alexander Ebert Date: Wed, 23 Dec 2020 16:15:43 +0000 (+0100) Subject: Permit `wsm` to be placed inside `
  • ` X-Git-Tag: 5.3.2~15 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b08b0d1ca1b4341aa9e1766a76392d4656d95b4b;p=GitHub%2FWoltLab%2FWCF.git Permit `wsm` to be placed inside `
  • ` --- 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':