summaryrefslogtreecommitdiff
path: root/login_form.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-25 23:25:56 +0300
committerAndrew Dolgov <[email protected]>2010-01-25 23:25:56 +0300
commit4fab608e66e493bae682f0dc0e907cc40d7adaf4 (patch)
tree4ba0d1f9c5793fb0931f1a08de133267681a188c /login_form.php
parent0456176a44865be077234efbe9028316e18cb58e (diff)
IE: fix being unable to login
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>