# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1685579585 -7200
# Node ID 8d3e7b201ba4f6302f7d28cc85ffe01e336f0289
# Parent  27d220b14d59ecb67d277ed772e6b4180360f134
mod_http_oauth2: Fix closing h1 tag

diff -r 27d220b14d59 -r 8d3e7b201ba4 mod_http_oauth2/html/error.html
--- 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>