Fix JSON HTML content sending, according to new tests
[shpub.git] / src / shpub / Request.php
index 3614d5d69100ff4b1d5a92e25a6da58233068c44..3d7221dc4cd972b4e0bb00cee103a534e76f4ed6 100644 (file)
@@ -225,7 +225,7 @@ class Request
     {
         if ($isHtml) {
             $this->addProperty(
-                'content', ['html' => $text]
+                'content', [['html' => $text]]
             );
         } else {
             $this->addProperty('content', $text);