diff --git a/platform/web/export/export_plugin.cpp b/platform/web/export/export_plugin.cpp index d42303ad254f4..0bf3927e147a8 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"; }