turning off some formatting
authorChris Koeritz <fred@gruntose.com>
Mon, 10 Apr 2017 15:29:28 +0000 (11:29 -0400)
committerChris Koeritz <fred@gruntose.com>
Mon, 10 Apr 2017 15:29:28 +0000 (11:29 -0400)
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

index 04627d10cade0d8b38de7f762beb3256a6a66527..46ddbaf9e5c0c2c8c410168d02746324111b2af8 100644 (file)
@@ -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("<body text=\"#00ee00\" bgcolor=\"#000000\" link=\"#66ff99\" "
-      "vlink=\"#cc33cc\" alink=\"#ff9900\">\n");
-//old text color #33ccff
+  printf("<body>\n");
+//text=\"#00ee00\" bgcolor=\"#000000\" link=\"#66ff99\" "
+//      "vlink=\"#cc33cc\" alink=\"#ff9900\">\n");
   printf("<tt style=\"font-weight: bold;\">\n");
   printf("<font size=\"+1\">\n");