Fix IV theming on macOS because of broken HTML.

This commit is contained in:
John Preston 2024-03-14 10:56:02 +04:00
parent d5b23b5bde
commit 5133f74f67
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ namespace {
return R"(<!DOCTYPE html>
<html)"_q
+ classAttribute
+ R"("" style=")"
+ R"( style=")"
+ EscapeForAttribute(ComputeStyles())
+ R"(">
<head>