Happy 2015
[squirrelmail.git] / plugins / squirrelspell / modules / forget_me_not.mod
index d0dcbb78e4985bd5142a7aa1dda0718f0fea5b17..a56b5394b10d48bb7279e777d7f70f51584a8bcd 100644 (file)
@@ -9,7 +9,7 @@
  * after CHECK_ME module.
  *
  * @author Konstantin Riabitsev <icon at duke.edu>
- * @copyright &copy; 1999-2006 The SquirrelMail Project Team
+ * @copyright 1999-2015 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
@@ -54,7 +54,7 @@ sqspell_writeWords($word_dic,$sqspell_use_app);
  * display the splash screen, then close it automatically after 2 sec.
  */
 $onload = "setTimeout('self.close()', 2000)";
-$msg = '<form onsubmit="return false"><div align="center">'
+$msg = '<form onsubmit="return false"><div style="text-align: center;">'
    . '<input type="submit" value="  '
    . _("Close") . '  " onclick="self.close()" /></div></form>';
 sqspell_makeWindow($onload, _("Personal Dictionary Updated"), null, $msg);
@@ -66,5 +66,3 @@ sqspell_makeWindow($onload, _("Personal Dictionary Updated"), null, $msg);
  * End:
  * vim: syntax=php
  */
-
-?>
\ No newline at end of file