mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Fixed entity excerpt function signature misalignment
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user