From 4f7c4c88dffc370f2ba8b4c9f1938bd6bc37fb9a Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 22 Jan 2018 13:49:25 +0100 Subject: [PATCH] Recognize `` as valid block element --- .../html/input/node/HtmlInputNodeWoltlabMetacodeMarker.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeWoltlabMetacodeMarker.class.php b/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeWoltlabMetacodeMarker.class.php index bdf37f6d77..685e664a44 100644 --- a/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeWoltlabMetacodeMarker.class.php +++ b/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeWoltlabMetacodeMarker.class.php @@ -503,6 +503,7 @@ class HtmlInputNodeWoltlabMetacodeMarker extends AbstractHtmlInputNode { case 'code': case 'div': case 'p': + case 'td': case 'woltlab-quote': case 'woltlab-spoiler': return true; -- 2.20.1