X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.c;h=59c3f3fe16df5ca50ec53f6f10d8d4dabf38da42;hb=37117bad89e16d3b7b89ab7e24526a5478593626;hp=1794832ab71c0a382683fdbea7562a63ec506c7d;hpb=8cca0febb0328ba2759994318f557973d5b7279d;p=citadel.git diff --git a/webcit/webcit.c b/webcit/webcit.c index 1794832ab..59c3f3fe1 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -581,10 +581,9 @@ void convenience_page(char *titlebarcolor, char *titlebarmsg, char *messagetext) { wprintf("HTTP/1.0 200 OK\n"); output_headers(1); - wprintf("
", titlebarcolor); - wprintf("%s\n", titlebarmsg); - wprintf("

\n"); + wprintf("
", titlebarcolor); + wprintf("%s\n", titlebarmsg); + wprintf("

\n"); escputs(messagetext); wprintf("
\n"); @@ -610,7 +609,7 @@ void offer_start_page(void) { wprintf("this_page); wprintf("\">" - "Make this my start page" + "Make this my start page" "" ); }