diff --git a/include/enotify.php b/include/enotify.php index 85224d4a5b..7449edffa2 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -404,8 +404,8 @@ intval($params['uid']), LOGGER_DEBUG); $textversion = strip_tags(html_entity_decode(bbcode(stripslashes(str_replace(array("\\r\\n", "\\r", "\\n"), "\n", $body))),ENT_QUOTES,'UTF-8')); - $htmlversion = html_entity_decode(bbcode(stripslashes(str_replace(array("\\r\\n", "\\r","\\n\\n" ,"\\n"), - "
\n",$body)))); + $htmlversion = html_entity_decode(bbcode(stripslashes(str_replace(array("\\r\\n", "\\r","\\n\\n" ,"\\n"), + "
\n",$body))),ENT_QUOTES,'UTF-8'); $datarray = array(); $datarray['banner'] = $banner;