diff --git a/inc/display.php b/inc/display.php index 05f9aeec..4377ea3c 100644 --- a/inc/display.php +++ b/inc/display.php @@ -114,7 +114,7 @@ $body = strip_tags($body); // Unescape HTML characters, to avoid splitting them in half - $body = html_entity_decode($body, ENT_NOQUOTES, 'UTF-8'); + $body = html_entity_decode($body, ENT_COMPAT, 'UTF-8'); // calculate strlen() so we can add "..." after if needed $strlen = strlen($body);