Skip to content

Commit

Permalink
Ensure UTF-8 Charset for Verification HTML (#341)
Browse files Browse the repository at this point in the history
* Update VerificationIndexTemplate.scala

* Move inside head tag
  • Loading branch information
slinstacart authored Jun 20, 2023
1 parent b474704 commit 8ad3a47
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ object VerificationIndexTemplate {
<title>Shot verification results</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<meta charset="UTF-8">
</head>
<style>
body {
Expand Down

0 comments on commit 8ad3a47

Please sign in to comment.