Software /
code /
prosody-modules
Changeset
5653:401356232e1b
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!
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 26 Aug 2023 01:40:23 +0200 |
parents | 5652:f3b7e05c74a9 |
children | 5654:b3484a112300 |
files | 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 |
diffstat | 5 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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" />