#2532 SVG logo not rendering on docs.pagure.org
Closed: Duplicate Opened by ncoghlan.

I'm seeing an odd SVG rendering problem on https://docs.pagure.org/fedora-python.fedora-python/ in Firefox 55 on Fedora 26.

Specifically, the logo in the top left displays as broken image icon, even though selecting "View Image" in the context menu correctly goes through to the SVG file.

By contrast, https://fedora-python.readthedocs.io/en/latest/ renders as expected, with the image displayed inline in the page header.


It looks as if Pagure sets the wrong content type on the SVG file, got this when inspecting the response headers:

Content-Type:text/html; charset=utf-8

Same with PNG files, e.g. https://docs.pagure.org/modularity/_static/homepage-images/streams.png

Metadata Update from @cverna:
- Issue tagged with: bug

This was already reported in #496. I will close as duplicate

Metadata Update from @cverna:
- Issue close_status updated to: Duplicate

Metadata