From 47044389b52f848ee646ca10899f689832d863db Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 10 Apr 2017 11:29:28 -0400 Subject: [PATCH] turning off some formatting we want the web page to drive the formatting here, and for this to be as close to just the text from the fortune as possible. --- nucleus/applications/nechung/cgi_nechung.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nucleus/applications/nechung/cgi_nechung.cpp b/nucleus/applications/nechung/cgi_nechung.cpp index 04627d10..46ddbaf9 100644 --- a/nucleus/applications/nechung/cgi_nechung.cpp +++ b/nucleus/applications/nechung/cgi_nechung.cpp @@ -81,9 +81,9 @@ int main(int argc, char *argv[]) // send the header for html text. printf("content-type: text/html\n\n"); // send the preliminary gunk. - printf("\n"); -//old text color #33ccff + printf("\n"); +//text=\"#00ee00\" bgcolor=\"#000000\" link=\"#66ff99\" " +// "vlink=\"#cc33cc\" alink=\"#ff9900\">\n"); printf("\n"); printf("\n"); -- 2.34.1