From: Chris Koeritz Date: Thu, 9 Mar 2017 03:31:05 +0000 (-0500) Subject: making the output here a bit more real X-Git-Tag: 2.140.90~197 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=1858bc01d8961927d75ac3ab16644f96540b8a37 making the output here a bit more real --- diff --git a/nucleus/applications/nechung/cgi_nechung.cpp b/nucleus/applications/nechung/cgi_nechung.cpp index 7fc24c4f..dadaadcf 100644 --- a/nucleus/applications/nechung/cgi_nechung.cpp +++ b/nucleus/applications/nechung/cgi_nechung.cpp @@ -79,7 +79,8 @@ int main(int argc, char *argv[]) nechung_oracle some_fortunes(name, index); // send the header for html text. - printf("content-type: text/html\n\n"); + printf("\n"); + printf("\n"); // send the preliminary gunk. printf("\n"); @@ -113,6 +114,7 @@ int main(int argc, char *argv[]) printf("\n"); printf("\n"); printf("\n"); + printf("\n"); return 0; }