Mercurial > p > roundup > code
comparison roundup/cgi/client.py @ 6447:8f8f4988b856
Add image/svg-xml as valid type to serve.
Was being turned into application/octet-stream rather than being displayed.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 26 Jun 2021 20:59:33 -0400 |
| parents | 1f2f7c0b8968 |
| children | 8f1b91756457 |
comparison
equal
deleted
inserted
replaced
| 6446:0a0aa4a506db | 6447:8f8f4988b856 |
|---|---|
| 1623 'text/css', | 1623 'text/css', |
| 1624 'application/pdf', | 1624 'application/pdf', |
| 1625 'image/gif', | 1625 'image/gif', |
| 1626 'image/jpeg', | 1626 'image/jpeg', |
| 1627 'image/png', | 1627 'image/png', |
| 1628 'image/svg+xml', | |
| 1628 'image/webp', | 1629 'image/webp', |
| 1629 'audio/ogg', | 1630 'audio/ogg', |
| 1630 'video/webm', | 1631 'video/webm', |
| 1631 ] | 1632 ] |
| 1632 | 1633 |
