summaryrefslogtreecommitdiff
path: root/app/Template/task_external_link/find.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/task_external_link/find.php')
-rw-r--r--app/Template/task_external_link/find.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task_external_link/find.php b/app/Template/task_external_link/find.php
index 36a031d3..3977a66c 100644
--- a/app/Template/task_external_link/find.php
+++ b/app/Template/task_external_link/find.php
@@ -21,7 +21,7 @@
<?= $this->form->select('type', $types, $values) ?>
<div class="form-actions">
- <input type="submit" value="<?= t('Next') ?>" class="btn btn-blue"/>
+ <button type="submit" class="btn btn-blue"><?= t('Next') ?></button>
<?= t('or') ?>
<?= $this->url->link(t('cancel'), 'task', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, 'close-popover') ?>
</div>