diff src/luan/modules/sql/Web_query.luan @ 1931:28cd9b3abdb3

add lang
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 02 May 2025 10:24:38 -0600
parents 1979cff9aad2
children
line wrap: on
line diff
--- a/src/luan/modules/sql/Web_query.luan	Fri May 02 14:20:56 2025 +0300
+++ b/src/luan/modules/sql/Web_query.luan	Fri May 02 10:24:38 2025 -0600
@@ -36,7 +36,7 @@
 local function form()
 %>
 <!doctype html>
-<html>
+<html lang="en">
 	<head>
 		<title>SQL</title>
 		<style>
@@ -65,7 +65,7 @@
 	local cols = query.column_names()
 %>
 <!doctype html>
-<html>
+<html lang="en">
 	<head>
 		<title>SQL</title>
 		<style>