diff options
author | Colin Viebrock <cmv@php.net> | 2000-04-07 17:02:01 +0000 |
---|---|---|
committer | Colin Viebrock <cmv@php.net> | 2000-04-07 17:02:01 +0000 |
commit | 02c3eb2bd5cbfcd853284c8a23678235d8a9ffe5 (patch) | |
tree | 4fe8413c26e0ebae55e91c3ef61409509d3a0494 /sapi/apache/php_apache.c | |
parent | 9130f05d08e03d2ca83cd7b8122beb0a9ff4ea6e (diff) | |
download | php-git-02c3eb2bd5cbfcd853284c8a23678235d8a9ffe5.tar.gz |
typo
Diffstat (limited to 'sapi/apache/php_apache.c')
-rw-r--r-- | sapi/apache/php_apache.c | 3 |
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, ", "); } |