]> granicus.if.org Git - php/commitdiff
MFH: Fix phpinfo() output
authorDerick Rethans <derick@php.net>
Fri, 22 Mar 2002 09:19:53 +0000 (09:19 +0000)
committerDerick Rethans <derick@php.net>
Fri, 22 Mar 2002 09:19:53 +0000 (09:19 +0000)
ext/dbx/dbx.c

index 3cd74ffae3d1634b055fbca6e3b9bfade45ef32d..7da3cfd6c6ade44c8ec40387e04ae5149c547fef 100644 (file)
@@ -213,7 +213,7 @@ ZEND_MINFO_FUNCTION(dbx)
        php_info_print_table_start();
        php_info_print_table_row(2, "dbx support", "enabled");
        php_info_print_table_row(2, "dbx version", "1.0.0");
-       php_info_print_table_row(2, "supported databases", "MySQL<br />ODBC<br />PostgreSQL<br />Microsoft SQL Server<br />FrontBase<br />Oracle 8 (not really)<br />Sybase-CT");
+       php_info_print_table_row(2, "supported databases", "MySQL\nODBC\nPostgreSQL\nMicrosoft SQL Server\nFrontBase\nOracle 8 (not really)\nSybase-CT");
        php_info_print_table_end();
 }