From 1858bc01d8961927d75ac3ab16644f96540b8a37 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 8 Mar 2017 22:31:05 -0500 Subject: [PATCH] making the output here a bit more real --- nucleus/applications/nechung/cgi_nechung.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; } -- 2.34.1