Skip to content

Commit

Permalink
fix: missing lang attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbruce committed Feb 4, 2024
1 parent 046fea1 commit 2678388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site-root/public/head.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<head>
<head lang="en-US">
<!-- Character set and mobile fix -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
Expand Down

0 comments on commit 2678388

Please sign in to comment.