summaryrefslogtreecommitdiff
path: root/app/Template/task_duplication/move.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/task_duplication/move.php')
-rw-r--r--app/Template/task_duplication/move.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task_duplication/move.php b/app/Template/task_duplication/move.php
index 8ab81f5b..beebf9eb 100644
--- a/app/Template/task_duplication/move.php
+++ b/app/Template/task_duplication/move.php
@@ -39,7 +39,7 @@
<p class="form-help"><?= t('Current assignee: %s', ($task['assignee_name'] ?: $task['assignee_username']) ?: e('not assigned')) ?></p>
<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'), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'close-popover') ?>
</div>