@@ -88,7 +88,7 @@ |
||
| 88 | 88 | */ |
| 89 | 89 | private function appendBlockText($value) |
| 90 | 90 | { |
| 91 | - $this->setBlockText($this->getBlockText().$value); |
|
| 91 | + $this->setBlockText($this->getBlockText() . $value); |
|
| 92 | 92 | } |
| 93 | 93 | |
| 94 | 94 | /** |