snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit f3c9bd1ae5cbc82d2a4e81f8aac90f91c2045b45
parent 04803b628b44acb773ff972a4c12071cbcf49b23
Author: default <nobody@localhost>
Date:   Fri, 17 Jan 2025 10:14:15 +0100

Fixed the greeting.html template to have a closing head tag.

Diffstat:
Mutils.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils.c b/utils.c @@ -97,7 +97,7 @@ static const char *greeting_html = "<html><head>\n" "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n" "<link rel=\"icon\" type=\"image/x-icon\" href=\"https://%host%/favicon.ico\"/>\n" - "<title>Welcome to %host%</title>\n" + "<title>Welcome to %host%</title>\n</head>\n" "<body style=\"margin: auto; max-width: 50em\">\n" "%blurb%" "<p>The following users are part of this community:</p>\n"