<p>In app/controllers/changeset_controller.rb:</p>
<pre style='color:#555'>> @@ -36,8 +41,10 @@ def create
>    # Return XML giving the basic info about the changeset. Does not
>    # return anything about the nodes, ways and relations in the changeset.
>    def read
> -    changeset = Changeset.find(params[:id])
> -    render :text => changeset.to_xml.to_s, :content_type => "text/xml"
> +    @changeset = Changeset.find(params[:id])
> +    @comments = params['include_discussion'].presence ? @changeset.comments.includes(:author) : false
</pre>
<p>Fixed in <a href="https://github.com/openstreetmap/openstreetmap-website/commit/28cee08347c666414563f7acc3ba361025e630f9" class="commit-link"><tt>28cee08</tt></a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/openstreetmap/openstreetmap-website/pull/772/files#r15729914">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/1419053__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcyMjYxNjUyNCwiZGF0YSI6eyJpZCI6MzU4NjU3NjJ9fQ==--42bb244b0cacdbaf231288662abd525b31637e1e.gif" width="1" /></p>