@@ -54,8 +54,7 @@ |
||
| 54 | 54 | |
| 55 | 55 | if(count($this->transformedTextStack)) { |
| 56 | 56 | $this->appendBlockText($blockContent); |
| 57 | - } |
|
| 58 | - else { |
|
| 57 | + } else { |
|
| 59 | 58 | $this->text .= $blockContent; |
| 60 | 59 | } |
| 61 | 60 | } |