projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1858bc0
)
reverting ill-favored change
author
Chris Koeritz
<fred@gruntose.com>
Thu, 9 Mar 2017 03:35:33 +0000
(22:35 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Thu, 9 Mar 2017 03:35:33 +0000
(22:35 -0500)
nucleus/applications/nechung/cgi_nechung.cpp
patch
|
blob
|
history
diff --git
a/nucleus/applications/nechung/cgi_nechung.cpp
b/nucleus/applications/nechung/cgi_nechung.cpp
index dadaadcfbdfb11cc9e5aed582f8f532f39e6e5d2..04627d10cade0d8b38de7f762beb3256a6a66527 100644
(file)
--- a/
nucleus/applications/nechung/cgi_nechung.cpp
+++ b/
nucleus/applications/nechung/cgi_nechung.cpp
@@
-79,8
+79,7
@@
int main(int argc, char *argv[])
nechung_oracle some_fortunes(name, index);
// send the header for html text.
- printf("<!DOCTYPE html>\n");
- printf("<html>\n");
+ printf("content-type: text/html\n\n");
// send the preliminary gunk.
printf("<body text=\"#00ee00\" bgcolor=\"#000000\" link=\"#66ff99\" "
"vlink=\"#cc33cc\" alink=\"#ff9900\">\n");