0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/frontend/services
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
..
redirects Updated docs api links to be version-less 2019-07-25 15:17:23 +08:00
routing 🐛 Fixed incorrect body class output on page (#11264) 2019-10-23 18:06:45 +02:00
rss 🐛 Fixed internal error for RSS feed when a post has no content 2019-10-30 17:46:17 +00:00
settings Added /frontend folder to default lint command 2019-08-08 10:47:13 +02:00
sitemap Added /frontend folder to default lint command 2019-08-08 10:47:13 +02:00
themes Added price data to templates (#11259) 2019-10-21 17:50:54 +07:00
url Fixed filter in url config for posts 2019-10-21 12:20:39 +07:00