diff --git a/views/brand/_form_language.php b/views/brand/_form_language.php index fa4b770..a8eb5fa 100755 --- a/views/brand/_form_language.php +++ b/views/brand/_form_language.php @@ -1,6 +1,7 @@ textarea([ 'rows' => 6 ]) ?> field($model_lang, '[' . $language->id . ']history') - ->textarea([ 'rows' => 6 ]) ?> + ->widget(CKEditor::className()) ?> -- libgit2 0.21.4