diff 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
line wrap: on
line diff
--- a/roundup/cgi/client.py	Sat Jun 26 20:53:40 2021 -0400
+++ b/roundup/cgi/client.py	Sat Jun 26 20:59:33 2021 -0400
@@ -1625,6 +1625,7 @@
             'image/gif',
             'image/jpeg',
             'image/png',
+            'image/svg+xml',
             'image/webp',
             'audio/ogg',
             'video/webm',

Roundup Issue Tracker: http://roundup-tracker.org/