@@ -15,9 +15,9 @@ |
||
| 15 | 15 | $message = $this->getSpeechBubble($text); |
| 16 | 16 | |
| 17 | 17 | return str_replace( |
| 18 | - '{{bubble}}', |
|
| 19 | - $message, |
|
| 20 | - $this->character |
|
| 18 | + '{{bubble}}', |
|
| 19 | + $message, |
|
| 20 | + $this->character |
|
| 21 | 21 | ); |
| 22 | 22 | } |
| 23 | 23 | |