summaryrefslogtreecommitdiff
path: root/app/Template/project_edit/task_priority.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/project_edit/task_priority.php')
-rw-r--r--app/Template/project_edit/task_priority.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/project_edit/task_priority.php b/app/Template/project_edit/task_priority.php
index e54215b2..faf49f5d 100644
--- a/app/Template/project_edit/task_priority.php
+++ b/app/Template/project_edit/task_priority.php
@@ -22,7 +22,7 @@
<?= $this->form->number('priority_end', $values, $errors) ?>
<div class="form-actions">
- <input type="submit" value="<?= t('Save') ?>" class="btn btn-blue"/>
+ <button type="submit" class="btn btn-blue"><?= t('Save') ?></button>
</div>
</form>