X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fsquirrelspell%2Fmodules%2Fforget_me.mod;h=5019066a9806f771270679c455019b916b6bc86e;hp=851b80b5d9bffca66d1c0afd139695be5101da7c;hb=c4faef335b2362c81b8ebf026d4066c12d70536c;hpb=6c99d1de81366bceab6c9d6cf12179eedc81f9bc diff --git a/plugins/squirrelspell/modules/forget_me.mod b/plugins/squirrelspell/modules/forget_me.mod index 851b80b5..5019066a 100644 --- a/plugins/squirrelspell/modules/forget_me.mod +++ b/plugins/squirrelspell/modules/forget_me.mod @@ -10,7 +10,7 @@ * * * @author Konstantin Riabitsev - * @copyright © 1999-2006 The SquirrelMail Project Team + * @copyright 1999-2020 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.= '
  • '.htmlspecialchars($deleted_word)."
  • \n"; + $msg.= '
  • '.sm_encode_html_special_chars($deleted_word)."
  • \n"; } // rebuild dictionary