summaryrefslogtreecommitdiff
path: root/app/Template/comment/create.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/comment/create.php')
-rw-r--r--app/Template/comment/create.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/comment/create.php b/app/Template/comment/create.php
index 15dd3a8e..574eec9f 100644
--- a/app/Template/comment/create.php
+++ b/app/Template/comment/create.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>
<?php if (! isset($skip_cancel)): ?>
<?= t('or') ?>
<?= $this->url->link(t('cancel'), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'close-popover') ?>