Do not escape HTML entities (e.g. & characters) in feed URLs when sending them to the client as JSON.
This fixes a problem where feeds with "&" characters in their URL had the wrong URL in their feed link (with & chars escaped to &).
This was already implemented for entries, for some reason I had forgotten doing it for feeds.
↧