summaryrefslogtreecommitdiff
path: root/sapi/apache/php_apache.c
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/apache/php_apache.c')
-rw-r--r--sapi/apache/php_apache.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sapi/apache/php_apache.c b/sapi/apache/php_apache.c
index 41fc1f924b..44150b72cb 100644
--- a/sapi/apache/php_apache.c
+++ b/sapi/apache/php_apache.c
@@ -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, ", ");
}