added empty line
This commit is contained in:
parent
d434115c54
commit
723f963e29
|
@ -83,6 +83,7 @@ echo ("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http:/
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan=4 align="center"><b> <?php echo _("Please enter password to change preferences:"); ?> </b></td>
|
<td colspan=4 align="center"><b> <?php echo _("Please enter password to change preferences:"); ?> </b></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr><td colspan=4 > </td></tr>
|
||||||
<?php
|
<?php
|
||||||
// print message if login was incorrect
|
// print message if login was incorrect
|
||||||
if ($message) echo ("<tr><td colspan=4 align=\"center\"><font color=red>" . $message . "</font></td></tr>");
|
if ($message) echo ("<tr><td colspan=4 align=\"center\"><font color=red>" . $message . "</font></td></tr>");
|
||||||
|
|
Loading…
Reference in New Issue