summaryrefslogtreecommitdiff
path: root/ext/muscat/muscat.c
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2001-10-06 20:13:39 +0000
committerDerick Rethans <derick@php.net>2001-10-06 20:13:39 +0000
commita0bbfb590ca80117d1441cc4cbcf8a5b04c914a9 (patch)
tree578fe7e4207aa67daec97724d60a7b271dca5e4d /ext/muscat/muscat.c
parentaf1c7070f7b2635eb4b56de1d8b4bf3e0b18234e (diff)
downloadphp-git-a0bbfb590ca80117d1441cc4cbcf8a5b04c914a9.tar.gz
- <br> -> <br />
Diffstat (limited to 'ext/muscat/muscat.c')
-rw-r--r--ext/muscat/muscat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/muscat/muscat.c b/ext/muscat/muscat.c
index 3e538d7145..db0dadf3ee 100644
--- a/ext/muscat/muscat.c
+++ b/ext/muscat/muscat.c
@@ -131,7 +131,7 @@ PHP_MINFO_FUNCTION(muscat)
{
php_info_print_table_start();
php_info_print_table_header(2, "muscat support", "enabled");
- php_info_print_table_row(2, "Muscat/Empower 1.5 Module for PHP version 4.0<br>Copyright (c) 2000 <a href=\"www.ananova.com\">Ananova Ltd<a/>","For information on Muscat/Empower without php see <a href=\"www.smartlogik.com\">www.smartlogik.com</a><br><small>Muscat and Empower are probably trade marks</small>");
+ php_info_print_table_row(2, "Muscat/Empower 1.5 Module for PHP version 4.0<br />Copyright (c) 2000 <a href=\"www.ananova.com\">Ananova Ltd<a/>","For information on Muscat/Empower without php see <a href=\"www.smartlogik.com\">www.smartlogik.com</a><br /><small>Muscat and Empower are probably trade marks</small>");
php_info_print_table_row(2, "muscat path", PHP_MUSCAT_DIR);
php_info_print_table_end();