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

Commit 5f2713c

Browse files
authored
Merge pull request #507 from BlasiusSecundus/feature/fix-playground-encoding
fix(#495): character encoding issue with Playground
2 parents 7fdc5c8 + dd73fa6 commit 5f2713c

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)