mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 14:17:45 +00:00
Fix IV theming on macOS because of broken HTML.
This commit is contained in:
parent
d5b23b5bde
commit
5133f74f67
@ -161,7 +161,7 @@ namespace {
|
|||||||
return R"(<!DOCTYPE html>
|
return R"(<!DOCTYPE html>
|
||||||
<html)"_q
|
<html)"_q
|
||||||
+ classAttribute
|
+ classAttribute
|
||||||
+ R"("" style=")"
|
+ R"( style=")"
|
||||||
+ EscapeForAttribute(ComputeStyles())
|
+ EscapeForAttribute(ComputeStyles())
|
||||||
+ R"(">
|
+ R"(">
|
||||||
<head>
|
<head>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user