- Issue created by @erwangel
- Merge request !152Edit EasyBreadcrumbBuilder.php chang trucate function from mb_strimwidth to... → (Open) created by Unnamed author
The current function used in truncator function is mb_strimwidth. I don't see any option there to preserve words and this leads on titles with words cut. I propose using mb_substr combined with mb_strrpos to avoid word cutting.
Active
2.0
Code