@@ -402,7 +402,7 @@ |
||
402 | 402 | $first = true; |
403 | 403 | |
404 | 404 | if (!is_array($text)) { |
405 | - $text = (array)$text; |
|
405 | + $text = (array) $text; |
|
406 | 406 | } |
407 | 407 | |
408 | 408 | foreach ($text as $textElement) { |