diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -78,6 +78,7 @@ func (t *Tool) execute(in io.Reader, w http.ResponseWriter) { w.Header().Add("Content-Type", t.ContentType) io.Copy(base64.NewEncoder(base64.StdEncoding, w), buf) } else { + w.Header().Add("Content-Type", "image/svg+xml") io.Copy(w, buf) } } else { |