0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/test/functional/frontend
Paul Connolley dd4f8a5f6a Ensure that the character set is UTF-8 for RSS feed
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.
2014-04-23 10:47:25 +01:00
..
error_test.js Enforce 2-digit dates in permalinks 2014-01-01 11:39:19 +00:00
feed_test.js Ensure that the character set is UTF-8 for RSS feed 2014-04-23 10:47:25 +01:00
home_test.js New URL helper - URL consistency fixes 2014-01-06 15:15:48 +00:00
post_test.js New URL helper - URL consistency fixes 2014-01-06 15:15:48 +00:00
route_test.js Functional tests for home and post page 2013-11-01 11:33:50 +00:00