diff options
Diffstat (limited to 'app/Template/column/edit.php')
-rw-r--r-- | app/Template/column/edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/column/edit.php b/app/Template/column/edit.php index 618cb134..206322cd 100644 --- a/app/Template/column/edit.php +++ b/app/Template/column/edit.php @@ -37,7 +37,7 @@ <div class="form-help"><?= $this->url->doc(t('Write your text in Markdown'), 'syntax-guide') ?></div> <div class="form-actions"> - <input type="submit" value="<?= t('Save') ?>" class="btn btn-blue"> + <button type="submit" class="btn btn-blue"><?= t('Save') ?></button> <?= t('or') ?> <?= $this->url->link(t('cancel'), 'column', 'index', array('project_id' => $project['id']), false, 'close-popover') ?> </div> |