Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit dd73fa6

Browse files
fix(#495): character encoding issue with Playground
1 parent c99416f commit dd73fa6

File tree

1 file changed

+1
-1
lines changed
  • playground-spring-boot-autoconfigure/src/main/resources/templates

1 file changed

+1
-1
lines changed

playground-spring-boot-autoconfigure/src/main/resources/templates/playground.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33

44
<head>
5-
<meta charset=utf-8/>
5+
<meta charset="utf-8"/>
66
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, minimal-ui">
77
<title th:text="${pageTitle}"></title>
88
<link rel="stylesheet" th:href="${cssUrl}" />

0 commit comments

Comments
 (0)