summaryrefslogtreecommitdiff
path: root/ext/mcal/php_mcal.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mcal/php_mcal.c')
-rw-r--r--ext/mcal/php_mcal.c2
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