summaryrefslogtreecommitdiff
path: root/login_form.php
diff options
context:
space:
mode:
Diffstat (limited to 'login_form.php')
-rw-r--r--login_form.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/login_form.php b/login_form.php
index ea3d3fcc2..ad3b21854 100644
--- a/login_form.php
+++ b/login_form.php
@@ -149,7 +149,7 @@ function validateLoginForm(f) {
<tr><td colspan="2" align="right" class="innerLoginCell">
- <button name='click'><?php echo __('Log in') ?></button>
+ <button type="submit" name='click'><?php echo __('Log in') ?></button>
<?php if (defined('ENABLE_REGISTRATION') && ENABLE_REGISTRATION) { ?>
<button onclick="return gotoRegForm()">
<?php echo __("Create new account") ?></button>