@@ -15,9 +15,9 @@ |
||
15 | 15 | |
16 | 16 | public function render() |
17 | 17 | { |
18 | - if ($this->content instanceof Expression) { |
|
18 | + if ($this->content instanceof Expression) { |
|
19 | 19 | return [$this->getKey() => "#!!" . $this->content->render() . "!!#"]; |
20 | - } |
|
20 | + } |
|
21 | 21 | |
22 | 22 | return [$this->getKey() => $this->content]; |
23 | 23 | } |