X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/4c574c22a80a6838f0cf0b37b9fab1242e4fdf8c..refs/pull/1462/head:/app/Entities/Entity.php diff --git a/app/Entities/Entity.php b/app/Entities/Entity.php index d648f68e4..482d21766 100644 --- a/app/Entities/Entity.php +++ b/app/Entities/Entity.php @@ -234,7 +234,7 @@ class Entity extends Ownable if (mb_strlen($text) > $length) { $text = mb_substr($text, 0, $length-3) . '...'; } - return trim($text); + return trim($text); } /**