diff options
Diffstat (limited to 'app/Template/tasklink/show.php')
-rw-r--r-- | app/Template/tasklink/show.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/tasklink/show.php b/app/Template/tasklink/show.php index 82c3d6c9..8527a344 100644 --- a/app/Template/tasklink/show.php +++ b/app/Template/tasklink/show.php @@ -104,7 +104,7 @@ ), 'autocomplete') ?> - <input type="submit" value="<?= t('Add') ?>" class="btn btn-blue"/> + <button type="submit" class="btn btn-blue"><?= t('Add') ?></button> </form> <?php endif ?> |