diff options
Diffstat (limited to 'app/Template/swimlane/create.php')
-rw-r--r-- | app/Template/swimlane/create.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/swimlane/create.php b/app/Template/swimlane/create.php index f5aa1591..0eb25411 100644 --- a/app/Template/swimlane/create.php +++ b/app/Template/swimlane/create.php @@ -10,7 +10,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> |