twisted / nevow

Web Application Construction Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SVG wrong mimetype text/html instead of 'image/svg+xml'

wthie opened this issue · comments

At least FF does not show SVG images properly, network debugging shows that the file is fetched, but then marked with size 0.
The change is minimal, add line
'.svg': 'image/svg+xml',
after line static.py:133