From 8a36eb220ec30163601fbd5d5eca5710573ac115 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Mon, 28 Aug 2000 09:01:54 +0000 Subject: Missed a couple of center attributes --- sapi/apache/php_apache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/apache/php_apache.c') diff --git a/sapi/apache/php_apache.c b/sapi/apache/php_apache.c index 25874c4a51..4f83444752 100644 --- a/sapi/apache/php_apache.c +++ b/sapi/apache/php_apache.c @@ -52,7 +52,7 @@ #include "build-defs.h" #endif -#define SECTION(name) PUTS("

" name "

\n") +#define SECTION(name) PUTS("

" name "

\n") extern module *top_module; -- cgit v1.2.1