diff options
Diffstat (limited to 'app/Template/auth/index.php')
-rw-r--r-- | app/Template/auth/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/auth/index.php b/app/Template/auth/index.php index 3fcb6bbf..cc562170 100644 --- a/app/Template/auth/index.php +++ b/app/Template/auth/index.php @@ -28,7 +28,7 @@ <?php endif ?> <div class="form-actions"> - <input type="submit" value="<?= t('Sign in') ?>" class="btn btn-blue"/> + <button type="submit" class="btn btn-blue"><?= t('Sign in') ?></button> </div> <?php if ($this->app->config('password_reset') == 1): ?> <div class="reset-password"> |