mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 21:21:29 +00:00
IE: fix being unable to login
This commit is contained in:
@@ -149,7 +149,7 @@ function validateLoginForm(f) {
|
|||||||
|
|
||||||
<tr><td colspan="2" align="right" class="innerLoginCell">
|
<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) { ?>
|
<?php if (defined('ENABLE_REGISTRATION') && ENABLE_REGISTRATION) { ?>
|
||||||
<button onclick="return gotoRegForm()">
|
<button onclick="return gotoRegForm()">
|
||||||
<?php echo __("Create new account") ?></button>
|
<?php echo __("Create new account") ?></button>
|
||||||
|
|||||||
Reference in New Issue
Block a user