diff options
author | Derick Rethans <derick@php.net> | 2001-11-22 22:46:31 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2001-11-22 22:46:31 +0000 |
commit | f1f5a325c11350dd60d1fb454787b65ee89a2748 (patch) | |
tree | 46afb5e4992916a091e3b6316f4ed4b640949eaa /ext/mcal/php_mcal.c | |
parent | a4a8f6719b1ab4487560760b41b043fb2b4cc544 (diff) | |
download | php-git-f1f5a325c11350dd60d1fb454787b65ee89a2748.tar.gz |
- Beautifying
Diffstat (limited to 'ext/mcal/php_mcal.c')
-rw-r--r-- | ext/mcal/php_mcal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mcal/php_mcal.c b/ext/mcal/php_mcal.c index c5dcdf8018..70c236e012 100644 --- a/ext/mcal/php_mcal.c +++ b/ext/mcal/php_mcal.c @@ -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 |