summaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
authorGravatar default2025-01-17 10:14:15 +0100
committerGravatar default2025-01-17 10:14:15 +0100
commitf3c9bd1ae5cbc82d2a4e81f8aac90f91c2045b45 (patch)
tree991bf0ae1c8ade5038b96ea588dd6faeda1b429f /utils.c
parentChanged Boost/Like order in the /authorize_interaction page. (diff)
downloadsnac2-f3c9bd1ae5cbc82d2a4e81f8aac90f91c2045b45.tar.gz
snac2-f3c9bd1ae5cbc82d2a4e81f8aac90f91c2045b45.tar.xz
snac2-f3c9bd1ae5cbc82d2a4e81f8aac90f91c2045b45.zip
Fixed the greeting.html template to have a closing head tag.
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c2
1 files changed, 1 insertions, 1 deletions
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 =
97 "<html><head>\n" 97 "<html><head>\n"
98 "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n" 98 "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n"
99 "<link rel=\"icon\" type=\"image/x-icon\" href=\"https://%host%/favicon.ico\"/>\n" 99 "<link rel=\"icon\" type=\"image/x-icon\" href=\"https://%host%/favicon.ico\"/>\n"
100 "<title>Welcome to %host%</title>\n" 100 "<title>Welcome to %host%</title>\n</head>\n"
101 "<body style=\"margin: auto; max-width: 50em\">\n" 101 "<body style=\"margin: auto; max-width: 50em\">\n"
102 "%blurb%" 102 "%blurb%"
103 "<p>The following users are part of this community:</p>\n" 103 "<p>The following users are part of this community:</p>\n"