]> granicus.if.org Git - php/commitdiff
Cleaned up phpinfo() output.
authorIlia Alshanetsky <iliaa@php.net>
Tue, 9 Mar 2004 02:36:23 +0000 (02:36 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 9 Mar 2004 02:36:23 +0000 (02:36 +0000)
ext/enchant/enchant.c

index 0428a18ad0f4143cee62bdf48b751856b256aebe..1946e50fbc13081fe0fad6812cba13a95042d130 100755 (executable)
@@ -232,7 +232,9 @@ PHP_MINFO_FUNCTION(enchant)
        php_info_print_table_header(2, "enchant support", "enabled");
        php_info_print_table_row(2, "Version", "@version@");
        php_info_print_table_row(2, "Revision", "$Revision$");
-       php_info_print_table_row(1, "Provides");
+       php_info_print_table_end();
+
+       php_info_print_table_start();
        enchant_broker_describe(pbroker, __enumerate_providers_fn, NULL);
        php_info_print_table_end();
 }