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
1 changed files with 1 additions and 1 deletions

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>