summaryrefslogtreecommitdiff
path: root/include/login_form.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-08-23 13:42:25 +0400
committerAndrew Dolgov <[email protected]>2012-08-23 13:42:25 +0400
commit88aa6e9dae47585374a715e1c940468af847cf28 (patch)
treef76a6e4b9d690b0b9fc6500435bf2c7ec2f93b19 /include/login_form.php
parentf7c2fae1f13ccb7cc71ce2b9c2dda1aa7c83fc90 (diff)
login_form: remove short php tags
Diffstat (limited to 'include/login_form.php')
-rw-r--r--include/login_form.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/login_form.php b/include/login_form.php
index 6752d5d01..abe73f847 100644
--- a/include/login_form.php
+++ b/include/login_form.php
@@ -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