@@ -45,8 +45,9 @@ |
||
| 45 | 45 | if ($this->escape) { |
| 46 | 46 | $parse = new H\Text($s, $strtype); |
| 47 | 47 | $this->content[] = $parse->toHTML($this->escapeVars); |
| 48 | - } else |
|
| 49 | - $this->content[] = $s; |
|
| 48 | + } else { |
|
| 49 | + $this->content[] = $s; |
|
| 50 | + } |
|
| 50 | 51 | } |
| 51 | 52 | } |
| 52 | 53 | |