@@ -108,7 +108,7 @@ |
||
108 | 108 | } |
109 | 109 | |
110 | 110 | echo $this->builder->run(); |
111 | - $id = ['id' => $this->getId()]; |
|
111 | + $id = ['id' => $this->getId()]; |
|
112 | 112 | $options = ArrayHelper::merge($id,$this->options); |
113 | 113 | echo Html::beginForm($this->action, $this->method, $options); |
114 | 114 | echo Html::hiddenInput($this->rulesParam); |