Skip to content

Commit

Permalink
Add lang="en" to 3 of the samples
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Feb 23, 2025
1 parent 1e75fdf commit 054cb54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions samples/iterate/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
title: Iterating over a table
lang: en

# Iterating over a Lua table

Expand Down
2 changes: 1 addition & 1 deletion samples/react_db/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en">
<head>
<title>Comments</title>
<link rel="stylesheet" href="simple.css">
Expand Down
2 changes: 1 addition & 1 deletion samples/todo/index.amber
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
doctype 5
html
html[lang="en"]
head
title TODO
script[src="js/react.production.min.js"]
Expand Down

0 comments on commit 054cb54

Please sign in to comment.