mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
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.
This commit is contained in:
parent
bd130eaf53
commit
2e455eb59a
@ -4,6 +4,7 @@ Use of this source code is governed by a BSD-style license that can be
|
||||
found in the LICENSE file. -->
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Hello, World</title>
|
||||
</head>
|
||||
<body>
|
||||
|
Loading…
Reference in New Issue
Block a user