diff --git a/var/Widget/Base/Contents.php b/var/Widget/Base/Contents.php index 8a7aba6e..e454b1d1 100644 --- a/var/Widget/Base/Contents.php +++ b/var/Widget/Base/Contents.php @@ -928,7 +928,7 @@ class Contents extends Base implements QueryInterface { $html = Contents::pluginHandle()->trigger($parsed)->autoP($text); - if (!$parsed) { + if (!$parsed && $text) { static $parser; if (empty($parser)) {