diff --git a/system/src/Grav/Common/Page/Page.php b/system/src/Grav/Common/Page/Page.php index 176a27883..b33d514c6 100644 --- a/system/src/Grav/Common/Page/Page.php +++ b/system/src/Grav/Common/Page/Page.php @@ -608,7 +608,7 @@ class Page implements PageInterface return $content; } - return mb_strimwidth($content, 0, $size, '...', 'UTF-8'); + return mb_strimwidth($content, 0, $size, '…', 'UTF-8'); } $summary = Utils::truncateHtml($content, $size);