diff options
author | Derick Rethans <derick@php.net> | 2001-10-09 19:19:21 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2001-10-09 19:19:21 +0000 |
commit | 27fb33e8b7540befb0aad0ec1e439de8753888b2 (patch) | |
tree | 2f3c86df2f25356fdf0c16bf424de6d9419ae019 /ext/mcal/php_mcal.c | |
parent | 49b44d537f51aa64268758e393f7a1d8b5efbafc (diff) | |
download | php-git-27fb33e8b7540befb0aad0ec1e439de8753888b2.tar.gz |
- More <br> to <br /> fixes
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 |