Fix comet icon on maintenance page #198

Merged
raucao merged 1 commits from bugfix/61-maintenance_page_logo into master 2020-08-02 19:05:19 +00:00

1 Commits

Author SHA1 Message Date
Basti af0717a65b
Fix comet icon on maintenance page
The data URI declares an SVG source, but this was actually a PNG. Hence
the failure in Chrome. This change turns it into an actual inline SVG
and uses UTF8 encoding instead of base64, because SVG is just text anyway.

fixes #61
2020-08-02 21:00:10 +02:00