marc 98/03/15 00:01:50
Modified: src/modules/standard mod_status.c Log: I like using spaces between words. Revision Changes Path 1.79 +2 -2 apache-1.3/src/modules/standard/mod_status.c Index: mod_status.c =================================================================== RCS file: /export/home/cvs/apache-1.3/src/modules/standard/mod_status.c,v retrieving revision 1.78 retrieving revision 1.79 diff -u -r1.78 -r1.79 --- mod_status.c 1998/03/13 19:20:46 1.78 +++ mod_status.c 1998/03/15 08:01:49 1.79 @@ -323,9 +323,9 @@ rputs("<HTML><HEAD>\n<TITLE>Apache Status</TITLE>\n</HEAD><BODY>\n", r); rputs("<H1>Apache Server Status for ", r); rvputs(r, server->server_hostname, "</H1>\n\n", NULL); - rvputs(r, "Server Version:", apapi_get_server_version(), "<br>\n", + rvputs(r, "Server Version: ", apapi_get_server_version(), "<br>\n", NULL); - rvputs(r, "Server Built:", apapi_get_server_built(), "<br>\n<hr>\n", + rvputs(r, "Server Built: ", apapi_get_server_built(), "<br>\n<hr>\n", NULL); rvputs(r, "Current Time: ", asctime(localtime(&nowtime)), "<br>\n", NULL); rvputs(r, "Restart Time: ", asctime(localtime(&restart_time)), "<br>\n",