summaryrefslogtreecommitdiff
path: root/app/Template/task_file
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/task_file')
-rw-r--r--app/Template/task_file/screenshot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task_file/screenshot.php b/app/Template/task_file/screenshot.php
index 72214362..2880478d 100644
--- a/app/Template/task_file/screenshot.php
+++ b/app/Template/task_file/screenshot.php
@@ -10,7 +10,7 @@
<input type="hidden" name="screenshot"/>
<?= $this->form->csrf() ?>
<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>