XHTML fixes
[squirrelmail.git] / plugins / squirrelspell / modules / forget_me_not.mod
index cbfd5611b56a6675212a82bb5bd60530c76327a0..bf7029e5f64581428c7f66c6ae6bd572d1146e4a 100644 (file)
@@ -71,7 +71,7 @@ sqspell_writeWords($words_dic);
 $onload = "setTimeout('self.close()', 2000)";
 $msg = '<form onsubmit="return false"><div align="center">'
    . '<input type="submit" value="  '
-   . _("Close") . '  " onclick="self.close()"></div></form>';
+   . _("Close") . '  " onclick="self.close()" /></div></form>';
 sqspell_makeWindow($onload, _("Personal Dictionary Updated"), null, $msg);
 
 /**
@@ -82,4 +82,4 @@ sqspell_makeWindow($onload, _("Personal Dictionary Updated"), null, $msg);
  * vim: syntax=php
  */
 
-?>
+?>
\ No newline at end of file