summaryrefslogtreecommitdiff
path: root/app/Template/user/authentication.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/user/authentication.php')
-rw-r--r--app/Template/user/authentication.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/user/authentication.php b/app/Template/user/authentication.php
index 0c08f3fb..6cfd4e57 100644
--- a/app/Template/user/authentication.php
+++ b/app/Template/user/authentication.php
@@ -14,7 +14,7 @@
<?= $this->form->checkbox('disable_login_form', t('Disallow login form'), 1, isset($values['disable_login_form']) && $values['disable_login_form'] == 1) ?>
<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'), 'user', 'show', array('user_id' => $user['id'])) ?>
</div>