login_form: remove short php tags

This commit is contained in:
Andrew Dolgov 2012-08-23 13:42:25 +04:00
parent f7c2fae1f1
commit 88aa6e9dae
1 changed files with 2 additions and 2 deletions

View File

@ -131,11 +131,11 @@ function validateLoginForm(f) {
<tr><td align="right"><?php echo __("Login:") ?></td>
<td align="right"><input name="login"
onchange="fetchProfiles()" onfocus="fetchProfiles()"
value="<? echo $_SESSION["fake_login"] ?>"></td></tr>
value="<?php echo $_SESSION["fake_login"] ?>"></td></tr>
<tr><td align="right"><?php echo __("Password:") ?></td>
<td align="right"><input type="password" name="password"
onchange="fetchProfiles()" onfocus="fetchProfiles()"
value="<? echo $_SESSION["fake_password"] ?>"></td></tr>
value="<?php echo $_SESSION["fake_password"] ?>"></td></tr>
<tr><td align="right"><?php echo __("Language:") ?></td>
<td align="right">
<?php