From b6536884cc16a22709c3a9620f0bcdc2257c360e Mon Sep 17 00:00:00 2001 From: patwork Date: Sun, 12 May 2024 01:37:13 +0200 Subject: [PATCH] Fix quotes style in HTML shell head include --- platform/web/export/export_plugin.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/web/export/export_plugin.cpp b/platform/web/export/export_plugin.cpp index d42303ad254..0bf3927e147 100644 --- a/platform/web/export/export_plugin.cpp +++ b/platform/web/export/export_plugin.cpp @@ -154,11 +154,11 @@ void EditorExportPlatformWeb::_fix_html(Vector &p_html, const Refget("html/export_icon")) { - head_include += "\n"; - head_include += "\n"; + head_include += "\n"; + head_include += "\n"; } if (p_preset->get("progressive_web_app/enabled")) { - head_include += "\n"; + head_include += "\n"; config["serviceWorker"] = p_name + ".service.worker.js"; }