diff options
author | Colin Viebrock <cmv@php.net> | 2000-04-06 21:07:44 +0000 |
---|---|---|
committer | Colin Viebrock <cmv@php.net> | 2000-04-06 21:07:44 +0000 |
commit | a7c8bfb9fb2d20341181c3ab351fc436a4cc0e2a (patch) | |
tree | 7178e45bc4ef17f47f744fd6c1517362734ded68 /ext/recode | |
parent | 56fc855afdde5270d9b6558734bd476669224e1d (diff) | |
download | php-git-a7c8bfb9fb2d20341181c3ab351fc436a4cc0e2a.tar.gz |
phpinfo() prettying
Diffstat (limited to 'ext/recode')
-rw-r--r-- | ext/recode/recode.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ext/recode/recode.c b/ext/recode/recode.c index 51762ba6fd..8967e8c202 100644 --- a/ext/recode/recode.c +++ b/ext/recode/recode.c @@ -90,10 +90,11 @@ PHP_MINFO_FUNCTION(recode) { ReSLS_FETCH(); - php_printf("<table border=5 width=\"600\">"); - php_info_print_table_header(1, "Module Revision"); - php_info_print_table_row(1, "$Revision$"); - php_printf("</table>\n"); + php_info_print_table_start(); + php_info_print_table_row(2, "Recode Support", "enabled); + php_info_print_table_row(2, "Revision", "$Revision$"); + php_info_print_table_end(); + } /* {{{ proto string recode_string(string request, string str) |