]> granicus.if.org Git - php/commitdiff
- Beautifying
authorDerick Rethans <derick@php.net>
Thu, 22 Nov 2001 22:46:31 +0000 (22:46 +0000)
committerDerick Rethans <derick@php.net>
Thu, 22 Nov 2001 22:46:31 +0000 (22:46 +0000)
ext/mcal/php_mcal.c

index c5dcdf8018d8635479d1d58bbecf29bbb3924fbc..70c236e012cbe2c346a0ca0f35ca5b0adbdfceb8 100644 (file)
@@ -153,7 +153,7 @@ PHP_MINFO_FUNCTION(mcal)
        php_info_print_table_start();
        php_info_print_table_row(2, "MCAL Support", "enabled" );
 #ifdef MCALVER
-       snprintf(tmp, 128, "%s<br />%d", CALVER, MCALVER);
+       snprintf(tmp, 128, "%s - %d", CALVER, MCALVER);
 #else
        snprintf(tmp, 128, "%s", CALVER );
 #endif