0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/core/frontend
Kevin Ansfield 2dc6f30f11 🐛 Fixed internal error for RSS feed when a post has no content
no issue

- initial report https://forum.ghost.org/t/rss-feed-stopped-working/9874
- `htmlRelativeToAbsolute` will return `null` if `null` is passed into it but `cheerio.load(null)` will throw a "Cannot read property 'parent' of null" error so we need to ensure we at least load an empty string
2019-10-30 17:46:17 +00:00
..
apps Removed subscribers from the codebase (#11153) 2019-10-09 11:47:04 +02:00
helpers Converted has helper imports to individual const 2019-10-28 10:55:14 +00:00
meta Removed leftover v0.1 meta title helper code 2019-09-12 17:49:17 +02:00
services 🐛 Fixed internal error for RSS feed when a post has no content 2019-10-30 17:46:17 +00:00