]> git.wh0rd.org - tt-rss.git/commitdiff
IE: fix being unable to login
authorAndrew Dolgov <fox@bah.org.ru>
Mon, 25 Jan 2010 20:25:56 +0000 (23:25 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Mon, 25 Jan 2010 20:25:56 +0000 (23:25 +0300)
login_form.php

index ea3d3fcc25143f45036495ce4b2950fd28e51c3e..ad3b218544b2dff2f518cdbc560b672fc3557e69 100644 (file)
@@ -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>