X-Git-Url: https://git.cweiske.de/shpub.git/blobdiff_plain/f60fce4bd4a0cba54b686f64bc5a83eb580356f4..b2351eea120bb8f6293aae113e77a3e3edd46687:/src/shpub/Request.php diff --git a/src/shpub/Request.php b/src/shpub/Request.php index 3614d5d..3d7221d 100644 --- a/src/shpub/Request.php +++ b/src/shpub/Request.php @@ -225,7 +225,7 @@ class Request { if ($isHtml) { $this->addProperty( - 'content', ['html' => $text] + 'content', [['html' => $text]] ); } else { $this->addProperty('content', $text);