Happy New Year
[squirrelmail.git] / plugins / squirrelspell / modules / forget_me.mod
index c4466a1a9bb5ff2f4137900b793fa1872d75573a..26cdb51fa52253c5992cc42edc0c2fdb79e914f8 100644 (file)
@@ -10,7 +10,7 @@
  *
  *
  * @author Konstantin Riabitsev <icon at duke.edu>
- * @copyright &copy; 1999-2006 The SquirrelMail Project Team
+ * @copyright 1999-2019 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
@@ -40,7 +40,7 @@ if (! empty($words_ary)){
 
   // print list of deleted words
   foreach ($words_ary as $deleted_word) {
-    $msg.= '<li>'.htmlspecialchars($deleted_word)."</li>\n";
+    $msg.= '<li>'.sm_encode_html_special_chars($deleted_word)."</li>\n";
   }
 
   // rebuild dictionary
@@ -69,4 +69,3 @@ if (! empty($words_ary)){
  * End:
  * vim: syntax=php
  */
-?>
\ No newline at end of file