Fix comet icon on maintenance page #198
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "bugfix/61-maintenance_page_logo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
Bugfix/61 Maintenance Page Logoto Fix comet icon on maintenance page