# HG changeset patch # User Kim Alvefur # Date 1690761845 -7200 # Node ID 8de02381e80ae0befc6e25963e3ad4d6fe1a30c9 # Parent ae62d92506dc6fa70785f9db3065b98ad30d04a6 mod_http_oauth2: Conform to XHTML in templates Mostly because pedantic. Seems appropriate. Nice to be able to use an XML parser. diff -r ae62d92506dc -r 8de02381e80a mod_http_oauth2/html/consent.html --- a/mod_http_oauth2/html/consent.html Thu Jul 27 15:04:38 2023 +0200 +++ b/mod_http_oauth2/html/consent.html Mon Jul 31 02:04:05 2023 +0200 @@ -1,10 +1,10 @@ - + {site_name} - Authorize {client.client_name} - +
diff -r ae62d92506dc -r 8de02381e80a mod_http_oauth2/html/device.html --- a/mod_http_oauth2/html/device.html Thu Jul 27 15:04:38 2023 +0200 +++ b/mod_http_oauth2/html/device.html Mon Jul 31 02:04:05 2023 +0200 @@ -1,10 +1,10 @@ - + {site_name} - Authorize{client&d} Device - +
@@ -20,11 +20,10 @@ {client~

Enter the code to continue.

- - + +
}
- diff -r ae62d92506dc -r 8de02381e80a mod_http_oauth2/html/error.html --- a/mod_http_oauth2/html/error.html Thu Jul 27 15:04:38 2023 +0200 +++ b/mod_http_oauth2/html/error.html Mon Jul 31 02:04:05 2023 +0200 @@ -1,10 +1,10 @@ - + {site_name} - Error - +
diff -r ae62d92506dc -r 8de02381e80a mod_http_oauth2/html/login.html --- a/mod_http_oauth2/html/login.html Thu Jul 27 15:04:38 2023 +0200 +++ b/mod_http_oauth2/html/login.html Mon Jul 31 02:04:05 2023 +0200 @@ -1,10 +1,10 @@ - + {site_name} - Sign in - +
@@ -16,9 +16,9 @@

{state.error}

}
-
-
- +
+
+
diff -r ae62d92506dc -r 8de02381e80a mod_http_oauth2/html/oob.html --- a/mod_http_oauth2/html/oob.html Thu Jul 27 15:04:38 2023 +0200 +++ b/mod_http_oauth2/html/oob.html Mon Jul 31 02:04:05 2023 +0200 @@ -1,10 +1,10 @@ - + {site_name} - Authorization Code - +