From 054cb5497c1062e4d4b17df90005fcf3607012e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=2E=20R=C3=B8dseth?= Date: Sun, 23 Feb 2025 17:28:53 +0100 Subject: [PATCH] Add lang="en" to 3 of the samples --- samples/iterate/index.md | 1 + samples/react_db/index.html | 2 +- samples/todo/index.amber | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/samples/iterate/index.md b/samples/iterate/index.md index 21a86eccf..8ced18ea3 100644 --- a/samples/iterate/index.md +++ b/samples/iterate/index.md @@ -1,4 +1,5 @@ title: Iterating over a table +lang: en # Iterating over a Lua table diff --git a/samples/react_db/index.html b/samples/react_db/index.html index 7a362923c..5631a8b62 100644 --- a/samples/react_db/index.html +++ b/samples/react_db/index.html @@ -1,5 +1,5 @@ - + Comments diff --git a/samples/todo/index.amber b/samples/todo/index.amber index 2351c0e26..af709b1ec 100644 --- a/samples/todo/index.amber +++ b/samples/todo/index.amber @@ -1,5 +1,5 @@ doctype 5 -html +html[lang="en"] head title TODO script[src="js/react.production.min.js"]