diff --git a/Editable.php b/Editable.php index a04018a..53cad5b 100755 --- a/Editable.php +++ b/Editable.php @@ -650,7 +650,7 @@ protected function initInlineOptions() 'templateBefore' => self::INLINE_BEFORE_1, 'templateAfter' => self::INLINE_AFTER_1, 'options' => ['class' => 'panel panel-default'], - 'closeButton' => "", + 'closeButton' => "", ], $this->inlineSettings ); Html::addCssClass($this->contentOptions, 'kv-editable-inline');