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
This commit is contained in:
Basti 2020-08-02 21:00:10 +02:00
parent 436bb8fcc1
commit af0717a65b
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
1 changed files with 1 additions and 1 deletions

File diff suppressed because one or more lines are too long