getgrav / grav-plugin-feed

Grav Feed Plugin
https://getgrav.org
MIT License
16 stars 11 forks source link

Use safe_truncate_html instead of truncate_html for content #41

Closed tcitworld closed 5 years ago

tcitworld commented 5 years ago

Even if mb_substr() is used to truncate, for some odd reason it failed on non-ascii caracters and broke rss validity. 🤔

Anyway, this makes sure it's properly truncated and it's better for the end user anyway.