@@ -301,7 +301,7 @@ |
||
| 301 | 301 | if (empty($text)) { |
| 302 | 302 | $text = ''; |
| 303 | 303 | } |
| 304 | - $text = (string)$text; |
|
| 304 | + $text = (string) $text; |
|
| 305 | 305 | |
| 306 | 306 | $settings = Typogrify::$plugin->getSettings(); |
| 307 | 307 | |