- fixed bug when deleting last message, sends you to previous list
[squirrelmail.git] / src / options_personal.php
index 8d71cae2a50d863b1aa3dfca43a57365af707421..f140316fba096b906f6d49119bb6f82e3b49c1e3 100644 (file)
@@ -62,7 +62,7 @@
          <tr>
             <td align=right nowrap valign=top><br><?php echo _("Signature"); ?>:
             </td><td>
-<?
+<?php
    if ($use_signature == true)
       echo "<input type=checkbox value=\"0\" name=usesignature checked>&nbsp;&nbsp;" . _("Use a signature") . "?<BR>";
    else {