diff options
Diffstat (limited to 'app/Template/category/edit.php')
-rw-r--r-- | app/Template/category/edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/category/edit.php b/app/Template/category/edit.php index fac56db3..72fd40de 100644 --- a/app/Template/category/edit.php +++ b/app/Template/category/edit.php @@ -13,7 +13,7 @@ <?= $this->form->text('name', $values, $errors, array('autofocus', 'required', 'maxlength="50"')) ?> <?= $this->form->label(t('Description'), 'description') ?> - <?= $this->form->textarea('description', $values, $errors, array(), 'markdown-editor') ?> + <?= $this->form->textEditor('description', $values, $errors) ?> <div class="form-actions"> <button type="submit" class="btn btn-blue"><?= t('Save') ?></button> |