From: Vincent Vanwaelscappel Date: Thu, 5 Feb 2026 16:56:52 +0000 (+0100) Subject: #7977 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=430ecc9a23442372cc21344580c144459c10ccad;p=cubist_azuretts.git #7977 @0.25 --- diff --git a/src/Api.php b/src/Api.php index 2ab6902..d7e308e 100644 --- a/src/Api.php +++ b/src/Api.php @@ -50,7 +50,7 @@ class Api $locale = $e[1]; } - $ssml = ""; + $ssml = ""; $text = self::stripNonSSMLTags($text); $ssml .= htmlspecialchars($text, ENT_XML1 | ENT_SUBSTITUTE | ENT_QUOTES); $ssml .= "";