]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_listsub.c
Fix problem where HTML listsub subscribe/unsubscribe message appears blank
[citadel.git] / citadel / serv_listsub.c
index bab07a74badc7867e504ccfc39cef58c93dde047..16a0b963319b2e8c016aa316e4f364a63ac20bbf 100644 (file)
@@ -179,6 +179,7 @@ void do_subscribe(char *room, char *email, char *subtype, char *webpage) {
                "\n"
                "--__ctdlmultipart__\n"
                "Content-type: text/html\n"
+               "\n"
                "<HTML><BODY>\n"
                "Someone (probably you) has submitted a request to subscribe\n"
                "&lt;%s&gt; to the <B>%s</B> mailing list.<BR><BR>\n"
@@ -318,6 +319,7 @@ void do_unsubscribe(char *room, char *email, char *webpage) {
                "\n"
                "--__ctdlmultipart__\n"
                "Content-type: text/html\n"
+               "\n"
                "<HTML><BODY>\n"
                "Someone (probably you) has submitted a request to unsubscribe\n"
                "&lt;%s&gt; from the <B>%s</B> mailing list.<BR><BR>\n"