Software /
code /
prosody-modules
Changeset
5500:8d3e7b201ba4
mod_http_oauth2: Fix closing h1 tag
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 01 Jun 2023 02:33:05 +0200 |
parents | 5499:27d220b14d59 |
children | 5501:57ce8c4017e7 |
files | mod_http_oauth2/html/error.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_http_oauth2/html/error.html Wed May 31 22:37:51 2023 +0200 +++ b/mod_http_oauth2/html/error.html Thu Jun 01 02:33:05 2023 +0200 @@ -8,7 +8,7 @@ </head> <body> <main> - <h1>{site_name}<h1> + <h1>{site_name}</h1> <h2>Authentication error</h2> <p>There was a problem with the authentication request. If you were trying to sign in to a third-party application, you may want to report this issue to the developers.</p>