1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-21 16:21:28 +00:00

IE: fix being unable to login

This commit is contained in:
Andrew Dolgov
2010-01-25 23:25:56 +03:00
parent 0456176a44
commit 4fab608e66

View 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>