diff options
Diffstat (limited to 'app/Template/user/password.php')
-rw-r--r-- | app/Template/user/password.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/user/password.php b/app/Template/user/password.php index a24a4ee4..ea6e997d 100644 --- a/app/Template/user/password.php +++ b/app/Template/user/password.php @@ -19,7 +19,7 @@ <?= $this->form->password('confirmation', $values, $errors) ?> <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> |