mod_http_oauth2: Specify language in templates
authorKim Alvefur <zash@zash.se>
Sat, 26 Aug 2023 01:40:23 +0200
changeset 5639 401356232e1b
parent 5638 f3b7e05c74a9
child 5640 b3484a112300
mod_http_oauth2: Specify language in templates Might be used as hint to translation systems. Maybe one day we'll have i18n built in, but this is not that day!
mod_http_oauth2/html/consent.html
mod_http_oauth2/html/device.html
mod_http_oauth2/html/error.html
mod_http_oauth2/html/login.html
mod_http_oauth2/html/oob.html
--- a/mod_http_oauth2/html/consent.html	Thu Aug 17 08:34:17 2023 +0200
+++ b/mod_http_oauth2/html/consent.html	Sat Aug 26 01:40:23 2023 +0200
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
 <meta charset="utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1" />
--- a/mod_http_oauth2/html/device.html	Thu Aug 17 08:34:17 2023 +0200
+++ b/mod_http_oauth2/html/device.html	Sat Aug 26 01:40:23 2023 +0200
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
 <meta charset="utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1" />
--- a/mod_http_oauth2/html/error.html	Thu Aug 17 08:34:17 2023 +0200
+++ b/mod_http_oauth2/html/error.html	Sat Aug 26 01:40:23 2023 +0200
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
 <meta charset="utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1" />
--- a/mod_http_oauth2/html/login.html	Thu Aug 17 08:34:17 2023 +0200
+++ b/mod_http_oauth2/html/login.html	Sat Aug 26 01:40:23 2023 +0200
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
 <meta charset="utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1" />
--- a/mod_http_oauth2/html/oob.html	Thu Aug 17 08:34:17 2023 +0200
+++ b/mod_http_oauth2/html/oob.html	Sat Aug 26 01:40:23 2023 +0200
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
 <meta charset="utf-8" />
 <meta name="viewport" content="width=device-width, initial-scale=1" />