We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ae2cb commit 8abbd0fCopy full SHA for 8abbd0f
plugin/text2speech/src/mozillatts/MozillaTTS.php
@@ -26,7 +26,7 @@ private function request(string $data): string
26
$filePath = $this->filePath.$filename;
27
file_put_contents($filePath, file_get_contents(
28
$this->url.'?api_key='.urlencode($this->apiKey).
29
- '&text='.str_replace('%0A','+', urlencode($data))
+ '&text='.str_replace('%0A', '+', urlencode($data))
30
));
31
32
return $filename;
0 commit comments