From 2e455eb59a90c9f73a22a82b2c25e945276edabc Mon Sep 17 00:00:00 2001 From: MarkZ Date: Mon, 5 May 2025 12:42:24 -0700 Subject: [PATCH] Adding utf-8 encoding to hello world's html template (#168162) Found this while running `hello_world` with web hot reload. DDC's new module system expects 'utf-8' encoding. --- examples/hello_world/web/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/hello_world/web/index.html b/examples/hello_world/web/index.html index 313adac93f9..f1dcccf5794 100644 --- a/examples/hello_world/web/index.html +++ b/examples/hello_world/web/index.html @@ -4,6 +4,7 @@ Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> + Hello, World