]> granicus.if.org Git - php/commitdiff
typo
authorColin Viebrock <cmv@php.net>
Fri, 7 Apr 2000 17:02:01 +0000 (17:02 +0000)
committerColin Viebrock <cmv@php.net>
Fri, 7 Apr 2000 17:02:01 +0000 (17:02 +0000)
sapi/apache/php_apache.c

index 41fc1f924b99e7a23972628f3131927686f70268..44150b72cb98302fd407fa6215195f653f0f5102 100644 (file)
@@ -41,7 +41,7 @@
 #include "http_request.h"
 #include "build-defs.h"
 
-#define SECTION(name)  PUTS("<hr><h2>" name "</h2>\n")
+#define SECTION(name)  PUTS("<H2>" name "</H2>\n")
 
 extern module *top_module;
 
@@ -204,7 +204,6 @@ PHP_MINFO_FUNCTION(apache)
                        *p='\0'; /* Cut off ugly .c extensions on module names */
                }
                strcpy(modulenames, name);
-               PUTS(name);
                if (modp->next) {
                        strcpy(modulenames, ", ");
                }