Skip to content

Commit 27cbbd1

Browse files
committed
chore: serve example with UTF-8 encoding
Ensures that non ASCII characters are properly featured. Closes #9
1 parent 0da79f6 commit 27cbbd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<head>
44
<title>bpmn-js-example-model-extension</title>
55

6+
<meta charset="utf-8"/>
7+
68
<link rel="stylesheet" href="vendor/bpmn-js/assets/diagram-js.css" />
79
<link rel="stylesheet" href="vendor/bpmn-js/assets/bpmn-font/css/bpmn-embedded.css" />
810
<link rel="stylesheet" href="css/app.css" />

0 commit comments

Comments
 (0)