Skip to content

Commit 9dc92cd

Browse files
author
Daniel Arthur Gallagher
committed
I uppercased the region (US) in the language tag to match the BCP-47 format.
1 parent 15c5502 commit 9dc92cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en-us" dir="ltr">
2+
<html lang="en-US" dir="ltr">
33
<head>
44
<title>Scriptular - Javascript Regular Expression Editor</title>
55
<link href="application.css" rel="stylesheet">

0 commit comments

Comments
 (0)