coar 97/04/11 16:30:11
Modified: src/modules/example mod_example.c
Log:
{moan} mistyped DOCTYPE FPI..
Revision Changes Path
1.3 +1 -1 apache/src/modules/example/mod_example.c
Index: mod_example.c
===================================================================
RCS file: /export/home/cvs/apache/src/modules/example/mod_example.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C3 -r1.2 -r1.3
*** mod_example.c 1997/04/11 22:57:38 1.2
--- mod_example.c 1997/04/11 23:30:10 1.3
***************
*** 377,383 ****
* Now send our actual output. Since we tagged this as being
* "text/html", we need to embed any HTML.
*/
! rputs ("<!DOCTYPE HTML PUBLIC \"+//W3C//DTD HTML 3.2//EN\">\n", r);
rputs ("<HTML>\n", r);
rputs (" <HEAD>\n", r);
rputs (" <TITLE>mod_example Module Content-Handler Output\n", r);
--- 377,383 ----
* Now send our actual output. Since we tagged this as being
* "text/html", we need to embed any HTML.
*/
! rputs ("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2//EN\">\n", r);
rputs ("<HTML>\n", r);
rputs (" <HEAD>\n", r);
rputs (" <TITLE>mod_example Module Content-Handler Output\n", r);