From f3c9bd1ae5cbc82d2a4e81f8aac90f91c2045b45 Mon Sep 17 00:00:00 2001 From: default Date: Fri, 17 Jan 2025 10:14:15 +0100 Subject: Fixed the greeting.html template to have a closing head tag. --- utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils.c') diff --git a/utils.c b/utils.c index 8422a9a..a5b1124 100644 --- a/utils.c +++ b/utils.c @@ -97,7 +97,7 @@ static const char *greeting_html = "\n" "\n" "\n" - "Welcome to %host%\n" + "Welcome to %host%\n\n" "\n" "%blurb%" "

The following users are part of this community:

\n" -- cgit v1.2.3