Getting ready for 1.2.0 release.
[squirrelmail.git] / plugins / squirrelspell / modules / forget_me.mod.php
index d484a1a59e2fabdd52c08ee0a825736f69276935..067891efa767e485deda65936fd2cf55e5d06b86 100644 (file)
@@ -3,7 +3,7 @@
    /**
     **  FORGET_ME.MOD.PHP -- Squirrelspell module
     **
-    **  Copyright (c) 1999-2001 The SquirrelMail development team
+    **  Copyright (c) 1999-2002 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  This module deletes the words from the user dictionary. Called
@@ -20,7 +20,7 @@
         $lang_words = sqspell_getLang($words, $sqspell_use_app);
         $msg = '<p>'.
                sprintf( _("Deleting the following entries from <strong>%s</strong> dictionary:", $sqspell_use_app ) .
-               '</p>'.
+               '</p>' .
                "<ul>\n";
         for ($i=0; $i<sizeof($words_ary); $i++){
             // remove word by word...
@@ -56,4 +56,4 @@
         sqspell_makePage(_("Personal Dictionary"), null, '<p>' . _("No changes requested.") . '</p>');
     }
     
-?>
\ No newline at end of file
+?>