Skip to content

Commit 5f0b42c

Browse files
colindeanmrwilson
authored andcommitted
Set charset to UTF-8 in HTML template
This might address #37, but it also may not be sufficient by itself.
1 parent 324e4ff commit 5f0b42c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adr_viewer/templates/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
4+
<meta charset="UTF-8">
45
<meta name="viewport" content="width=device-width, initial-scale=1">
56
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
67
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
@@ -96,4 +97,4 @@ <h4 class="panel-title">
9697
Generated with <3 using ADR Viewer
9798
</footer>
9899
</body>
99-
</html>
100+
</html>

0 commit comments

Comments
 (0)