diff --git a/config.php b/config.php index d0393a5..ef195a6 100644 --- a/config.php +++ b/config.php @@ -98,9 +98,8 @@ return [ $text = $attr["text"] ?? ""; return "
".$text."
"; }, - "vc_column" => function ($attr) { - $text = $attr["text"] ?? ""; - return "
".$text."
"; + "vc_column" => function ($attr, $content) { + return "
".$content."
"; }, "vc_column_text" => function ($attr) { $text = $attr["text"] ?? "";