diff options
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 c57e7b31dd..8589e21b4d 100644 --- a/ext/mcal/php_mcal.c +++ b/ext/mcal/php_mcal.c @@ -144,7 +144,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<br />%d", CALVER, MCALVER); #else snprintf(tmp, 128, "%s", CALVER ); #endif |