Mercurial > prosody-modules
changeset 5227:0dcd956d7bc5
mod_http_oauth2: Close site header tags
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 09 Mar 2023 13:15:13 +0100 |
parents | 1756c0f929f5 |
children | 77cd01af06a9 |
files | mod_http_oauth2/html/consent.html mod_http_oauth2/html/login.html |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_http_oauth2/html/consent.html Tue Mar 07 23:55:33 2023 +0100 +++ b/mod_http_oauth2/html/consent.html Thu Mar 09 13:15:13 2023 +0100 @@ -12,7 +12,7 @@ <p>{state.error}</p> </div>} - <h1>{site_name}<h1> + <h1>{site_name}</h1> <h2>Authorize new application</h2> <p>A new application wants to connect to your account.</p> <dl>
--- a/mod_http_oauth2/html/login.html Tue Mar 07 23:55:33 2023 +0100 +++ b/mod_http_oauth2/html/login.html Thu Mar 09 13:15:13 2023 +0100 @@ -8,7 +8,7 @@ </head> <body> <main> - <h1>{site_name}<h1> + <h1>{site_name}</h1> <h2>Sign in</h2> <p>Sign in to your account to continue.</p> {state.error&<div class="error">