0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/frontend
Kevin Ansfield 258027608a 🐛 Fixed 500 error on /rss/ when a post has no content
refs https://github.com/TryGhost/Ghost/issues/10679

- this was a regression introduced after extracting our url-utils package
- `urlUtils.htmlRelativeToAbsolute(html)` will return `null` rather than an empty string if `html` is explicitly passed in as `null`
2019-12-18 15:58:27 +00:00
..
apps Update dependency @tryghost/url-utils to 0.4.0 (#11156) 2019-09-25 12:35:59 +01:00
helpers Added guard to asset helper for missing paths 2019-09-09 13:02:45 +01:00
meta 🐛 Fixed lack of space in excerpt generated from paragraphs 2019-08-26 18:05:14 +02:00
services 🐛 Fixed 500 error on /rss/ when a post has no content 2019-12-18 15:58:27 +00:00