mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
dd4f8a5f6a
When setting the Content-Type header for the RSS feeds, the character set is omitted. However, when running the feed through the [Feed Validator](http://feedvalidator.org), it became apparent that there was a problem as the encoding defaults to US-ASCII. See [RFC 3023](http://www.ietf.org/rfc/rfc3023.txt) for further information on the default XML charset over HTTP. I have added a test and simple update to the 'Content-Type' header. |
||
---|---|---|
.. | ||
error_test.js | ||
feed_test.js | ||
home_test.js | ||
post_test.js | ||
route_test.js |