@@ -31,7 +31,9 @@ |
||
31 | 31 | $form = (isset($args[3])) ? $args[3] : null; |
32 | 32 | } |
33 | 33 | |
34 | - if($headingLevel) $this->headingLevel = $headingLevel; |
|
34 | + if($headingLevel) { |
|
35 | + $this->headingLevel = $headingLevel; |
|
36 | + } |
|
35 | 37 | $this->allowHTML = $allowHTML; |
36 | 38 | parent::__construct($name, $title, null, $allowHTML, $form); |
37 | 39 | } |