diff options
Diffstat (limited to 'app/Template/tasklink/edit.php')
-rw-r--r-- | app/Template/tasklink/edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/tasklink/edit.php b/app/Template/tasklink/edit.php index 896f84c0..15afe047 100644 --- a/app/Template/tasklink/edit.php +++ b/app/Template/tasklink/edit.php @@ -27,7 +27,7 @@ 'autocomplete') ?> <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'])) ?> </div> |