changeset 4200:e92441e8bda0

mod_welcome_page/html: Fix closing div tag!
author Kim Alvefur <zash@zash.se>
date Wed, 14 Oct 2020 17:47:58 +0200
parents 7c632d7b1f52
children 41d42e4f5784
files mod_welcome_page/html/index.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_welcome_page/html/index.html	Tue Oct 13 18:44:32 2020 +0200
+++ b/mod_welcome_page/html/index.html	Wed Oct 14 17:47:58 2020 +0200
@@ -49,7 +49,7 @@
 		}}
 
 		{var.webchat&<p class="pt-2">Already have an account here? <a href="{var.webchat}">Log in via the web chat</a></p>}
-	<div>
+	</div>
 
 	<script src="/share/jquery/jquery.min.js"></script>
 	<script src="/share/bootstrap4/js/bootstrap.min.js"></script>