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>
|
||||
<html)"_q
|
||||
+ classAttribute
|
||||
+ R"("" style=")"
|
||||
+ R"( style=")"
|
||||
+ EscapeForAttribute(ComputeStyles())
|
||||
+ R"(">
|
||||
<head>
|
||||
|
|
Loading…
Reference in New Issue